Changeset 93
- Timestamp:
- Apr 8, 2017, 12:26:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/debug.asm
r91 r93 326 326 ; Dump some disk information. 327 327 ; 328 IF 1328 IF 0 329 329 ddi db 10,'DumpDiskInfo:',10,0 330 330 DEBUG_DumpDiskInfo Proc … … 728 728 pushf 729 729 pusha 730 ;~call DEBUG_Test_CONV_BinToPBCD730 call DEBUG_Test_CONV_BinToPBCD 731 731 ;~ call DEBUG_Test_MATH_Mul32 732 732 popa … … 745 745 ; Test the packed BCD conversion function. 746 746 ; 747 IF 0747 IF 1 748 748 db_testbin2pbcd db "## TEST BIN2PBCD ##",10,0 749 749 DEBUG_Test_CONV_BinToPBCD Proc … … 767 767 call CONV_BinToPBCD ; Convert to packed BCD 768 768 call AuxIO_TeletypeHexWord ; Print as word 769 call AuxIO_TeletypeNL 770 769 mov al, ' ' 770 call AuxIO_Teletype 771 mov al, cl ; Current value 772 call AuxIO_TeletypeDecByte ; Print as decimal 773 call AuxIO_TeletypeNL 771 774 inc cx ; Next value 772 775 cmp cx, 0ffh ; Check for last valid value
Note:
See TracChangeset
for help on using the changeset viewer.