CIS-77 Home
http://www.c-jump.com/CIS77/CIS77syllabus.htm
Lab M08. Console Input/Output
- Lab Description
- Data Input/Output
- IO.H Macros
- M08.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
- Lab Assignment