fork download
  1. #include <iostream>
  2.  
  3. __asm__("getBitness: .byte 0x31,0xC0,0xB0,0x40,0x48,0x24,0x60,0xC3,0xF0,0xC3");
  4. extern "C" long getBitness();
  5.  
  6. int main()
  7. {
  8. std::cout << getBitness() << "\n";
  9. }
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
64