|
-
Oct 2nd, 2003, 09:08 PM
#1
Thread Starter
Addicted Member
IO in nasm32?
How do you do basic IO in nasm32?
-
Oct 4th, 2003, 12:28 AM
#2
Fanatic Member
Could you give me the link to NASM32?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Oct 21st, 2003, 05:27 AM
#3
Depends on the OS. I think NASM32 is available for both Linux and Windows.
In Linux, you can use system interrupts (similar to Dos int21h, but other interrupts).
In Windows, you gotta link to the WinDLLs. kernel32 or user32, not sure.
Or you find a NASM-compatible CRT that you can link against, then you can use gets and puts, or even printf.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 21st, 2003, 06:55 PM
#4
Fanatic Member
It would be nice to have an assembler for Linux other than a recompiled (?) NASM-IDE assembler.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Oct 22nd, 2003, 01:04 AM
#5
as, the GNU assembler. Has a strange syntax though, needs some getting used to.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|