Re: newbie: I/O with nasm
- From: "randyhyde@xxxxxxxxxxxxx" <randyhyde@xxxxxxxxxxxxx>
- Date: 7 Mar 2006 14:25:47 -0800
TK wrote:
Hi,
how can I do simple I/O with nasm? For example: I want to read a string
from the commandline. Please keep it simple;-).
Thanks for help.
Link your NASM code with the various HLA standard library routines.
Lots of great I/O code in there. And yep, it is assembly (as opposed to
C, which carries around more run-time overhead and requirements).
You can find the HLA stdlib at http://webster.cs.ucr.edu.
A special set of NASM header files are available at
http://webster.cs.ucr.edu/AsmTools/NASM/index.html
but I would warn you that these are incomplete and haven't been updated
in a while.
Documentation for the standard library can be found at
http://webster.cs.ucr.edu/AsmTools/HLA/index.html
Cheers,
Randy Hyde
.
- Follow-Ups:
- Re: newbie: I/O with nasm
- From: Frank Kotler
- Re: newbie: I/O with nasm
- From: James Daughtry
- Re: newbie: I/O with nasm
- References:
- newbie: I/O with nasm
- From: TK
- newbie: I/O with nasm
- Prev by Date: Re: newbie: I/O with nasm
- Next by Date: Re: newbie: I/O with nasm
- Previous by thread: Re: newbie: I/O with nasm
- Next by thread: Re: newbie: I/O with nasm
- Index(es):
Relevant Pages
|