CIS-77 Home http://www.c-jump.com/CIS77/CIS77syllabus.htm

Lab M08. Console Input/Output


  1. Lab Description
  2. Data Input/Output
  3. IO.H Macros
  4. M08.ASM
  5. The output Macro (print ASCII characters)
  6. The input Macro (read ASCII characters)
  7. The szlen Macro (string length)
  8. The dtoa Macro (DWORD to ASCII)
  9. The dtoa Results
  10. The atod Macro (ASCII to DWORD)
  11. The atod Result
  12. The atod Scan
  13. The atoi and itoa Macros
  14. The atoi and itoa Example
  15. ATOI_ITOA_DEMO.ASM
  16. Lab Assignment