Changeset 49 for trunk/BOOTCODE/SETUP
- Timestamp:
- Apr 12, 2014, 12:13:57 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/BOOTCODE/SETUP/PART_SET.ASM (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/SETUP/PART_SET.ASM
r46 r49 922 922 923 923 IFDEF AUX_DEBUG 924 pusha925 mov al,dl ; Partition the hiding is set for.926 call AuxIO_TeletypeHexByte927 call AuxIO_TeletypeNL928 popa924 ;~ pusha 925 ;~ mov al,dl ; Partition the hiding is set for. 926 ;~ call AuxIO_TeletypeHexByte 927 ;~ call AuxIO_TeletypeNL 928 ;~ popa 929 929 ENDIF 930 930 … … 946 946 947 947 IFDEF AUX_DEBUG 948 pusha949 mov al,dl ; Index of partition to set Special Marker on.950 call AuxIO_TeletypeHexByte951 call AuxIO_TeletypeNL952 popa948 ;~ pusha 949 ;~ mov al,dl ; Index of partition to set Special Marker on. 950 ;~ call AuxIO_TeletypeHexByte 951 ;~ call AuxIO_TeletypeNL 952 ;~ popa 953 953 ENDIF 954 954 … … 1401 1401 1402 1402 IFDEF AUX_DEBUG 1403 pushf1404 pusha1405 push ax1406 mov al,dl1407 call AuxIO_TeletypeHexByte1408 mov al,':'1409 call AuxIO_Teletype1410 mov ax,bx1411 call AuxIO_TeletypeHexWord1412 mov al,':'1413 call AuxIO_Teletype1414 mov ax,bp1415 call AuxIO_TeletypeHexWord1416 mov al,':'1417 call AuxIO_Teletype1418 mov ax,sp1419 call AuxIO_TeletypeHexWord1420 mov al,':'1421 call AuxIO_Teletype1422 pop ax1423 call AuxIO_TeletypeHexByte1424 call AuxIO_TeletypeNL1425 popa1426 popf1403 ;~ pushf 1404 ;~ pusha 1405 ;~ push ax 1406 ;~ mov al,dl 1407 ;~ call AuxIO_TeletypeHexByte 1408 ;~ mov al,':' 1409 ;~ call AuxIO_Teletype 1410 ;~ mov ax,bx 1411 ;~ call AuxIO_TeletypeHexWord 1412 ;~ mov al,':' 1413 ;~ call AuxIO_Teletype 1414 ;~ mov ax,bp 1415 ;~ call AuxIO_TeletypeHexWord 1416 ;~ mov al,':' 1417 ;~ call AuxIO_Teletype 1418 ;~ mov ax,sp 1419 ;~ call AuxIO_TeletypeHexWord 1420 ;~ mov al,':' 1421 ;~ call AuxIO_Teletype 1422 ;~ pop ax 1423 ;~ call AuxIO_TeletypeHexByte 1424 ;~ call AuxIO_TeletypeNL 1425 ;~ popa 1426 ;~ popf 1427 1427 ENDIF 1428 1428
Note:
See TracChangeset
for help on using the changeset viewer.
