CIS-261 Home
http://www.c-jump.com/bcc/
Lab M08. Console Input/Output
- Lab Description
- Data Input/Output
- IO.H Macros
- M08_ASM.ASM
- The output Macro (print ASCII characters)
- The input Macro (read ASCII characters)
- The szlen Macro (string length)
- The dtoa Macro (DWORD to ASCII)
- The dtoa Results
- The atod Macro (ASCII to DWORD)
- The atod Result
- The atod Scan
- The atoi and itoa Macros
- The atoi and itoa Example
- ATOI_ITOA_DEMO_ASM.ASM
- Lab Assignment