Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- extern ExitProcess
- %include "io.inc"
- section .text use32
- ..start:
- push len
- push msg
- call outa
- push dword 0
- call ExitProcess
- section .data
- msg db "Hello, Console!", 0xa
- len equ $ - msg
Advertisement
Add Comment
Please, Sign In to add comment