Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; This code has been generated by the 7Basic
- ; compiler <http://launchpad.net/7basic>
- extern printf
- ; Initialized data
- SECTION .data
- format: db "%d",0
- ; Uninitialized data
- SECTION .bss
- v_0 resb 4
- SECTION .text
- ; Code
- global main
- main:
- push 5
- pop eax
- mov [v_0], eax
- mov eax, v_0
- push eax
- call printf
Advertisement
Add Comment
Please, Sign In to add comment