Changeset 108
- Timestamp:
- Apr 8, 2017, 12:27:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/auxio.asm
r92 r108 341 341 342 342 ; Dump the index dword 343 xor dx,dx343 mov dx, ds 344 344 mov ax,si 345 345 call AuxIO_TeletypeHexDWord 346 ;~ call AuxIO_TeletypeHexWord 346 347 347 348 ; Separate it from the dump 348 349 mov al,' ' 349 call AuxIO_Teletype 350 mov al,' ' 351 call AuxIO_Teletype 352 mov al,'|' 353 call AuxIO_Teletype 354 mov al,' ' 355 call AuxIO_Teletype 350 ;~ call AuxIO_Teletype 351 ;~ mov al,'|' 352 mov al,' ' 353 call AuxIO_Teletype 354 mov al,' ' 355 ;~ call AuxIO_Teletype 356 356 357 357 ; Save si for later … … 394 394 ; space separator 395 395 mov al,' ' 396 call AuxIO_Teletype396 ;~ call AuxIO_Teletype 397 397 398 398 ; separator 399 mov al,'|' 399 ;~ mov al,'|' 400 mov al,' ' 400 401 call AuxIO_Teletype 401 402 402 403 ; space separator 403 404 mov al,' ' 404 call AuxIO_Teletype405 ;~ call AuxIO_Teletype 405 406 406 407 loop AuxIO_DumpParagraph_Next_1 407 408 ; space separator409 mov al,' '410 call AuxIO_Teletype411 408 412 409 ; recall pointer
Note:
See TracChangeset
for help on using the changeset viewer.