How can I go about writing to the console in fasm?
Posted
by codinggoose
on Stack Overflow
See other posts from Stack Overflow
or by codinggoose
Published on 2010-03-29T18:56:43Z
Indexed on
2010/03/29
20:23 UTC
Read the original article
Hit count: 161
The code I currently have can be found at: http://fasm.pastebin.com/yY3C0aVF I'm exceptionally new to assembly, only picked it up yesterday and I've looked through many an example and still can't figure out for myself how to write to the console. I always get an error when I seem to replicate it in my own way. If I'm not on the right track at all please let me know, also if you can suggest a good book on fasm it would be greatly appreciated.
© Stack Overflow or respective owner