<<< Data Input/Output | Index | M08.ASM >>> |
The file IO.H ( download ) provides a set of macro definitions for
console I/O and
numeric conversions.
Each macro looks much like an 80×86 instruction, but actually expands to several instructions, including calls to external procedures that do most of the work.
The source code for all external procedures is in the file IO.ASM ( download )
Sample program M08.ASM ( download ) demonstrates usage of IO.H facilities.
<<< Data Input/Output | Index | M08.ASM >>> |