hello-world.s 89 B

123456789
  1. .code32
  2. .text
  3. .globl main
  4. main:
  5. movl $0xcbcbcbcb, %eax
  6. movl $0xacacacac, %ebx
  7. jmp .