Changeset 123 for trunk/bootcode/regular/partmain.asm
- Timestamp:
- Apr 8, 2017, 12:27:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partmain.asm
r118 r123 517 517 IFDEF AUX_DEBUG 518 518 IF 0 519 pushf 520 pusha 521 push si 522 mov si, offset $+5 523 jmp @F 524 db 10,'PART_HidePartition:',10,0 525 @@: 526 call AuxIO_Print 527 pop si 519 DBG_TEXT_OUT_AUX 'PART_HidePartition:' 520 PUSHRF 528 521 ;~ call DEBUG_DumpRegisters 529 522 ;~ call AuxIO_DumpParagraph 530 523 ;~ call AuxIO_TeletypeNL 531 popa 532 popf 524 POPRF 533 525 ENDIF 534 526 ENDIF … … 588 580 IFDEF AUX_DEBUG 589 581 IF 0 590 pushf 591 pusha 592 push si 593 mov si, offset $+5 594 jmp @F 595 db 10,'PART_MarkFirstGoodPrimary:',10,0 596 @@: 597 call AuxIO_Print 598 pop si 582 DBG_TEXT_OUT_AUX 'PART_MarkFirstGoodPrimary:' 583 PUSHRF 599 584 ;~ call DEBUG_DumpRegisters 600 585 ;~ call AuxIO_DumpParagraph 601 586 ;~ call AuxIO_TeletypeNL 602 popa 603 popf 587 POPRF 604 588 ENDIF 605 589 ENDIF … … 987 971 IFDEF AUX_DEBUG 988 972 IF 0 989 pushf 990 pusha 991 push si 992 mov si, offset $+5 993 jmp @F 994 db 10,'PART_StartPartition:',10,0 995 @@: 996 call AuxIO_Print 997 pop si 973 DBG_TEXT_OUT_AUX 'PART_StartPartition:' 974 PUSHRF 998 975 ;~ call DEBUG_DumpRegisters 999 976 ;~ call AuxIO_DumpParagraph 1000 977 ;~ call AuxIO_TeletypeNL 1001 popa 1002 popf 978 POPRF 1003 979 ENDIF 1004 980 ENDIF … … 1973 1949 1974 1950 IFDEF AUX_DEBUG 1975 IF 11951 IF 0 1976 1952 pushf 1977 1953 pusha … … 2240 2216 IFDEF AUX_DEBUG 2241 2217 IF 0 2242 pushf 2243 pusha 2244 push si 2245 mov si, offset $+5 2246 jmp @F 2247 db 10,'PART_IsPrimaryPartition:',10,0 2248 @@: 2249 call AuxIO_Print 2250 pop si 2218 DBG_TEXT_OUT_AUX 'PART_IsPrimaryPartition:' 2219 PUSHRF 2251 2220 ;~ call DEBUG_DumpRegisters 2252 2221 ;~ call AuxIO_DumpParagraph 2253 2222 ;~ call AuxIO_TeletypeNL 2254 popa 2255 popf 2223 POPRF 2256 2224 ENDIF 2257 2225 ENDIF
Note:
See TracChangeset
for help on using the changeset viewer.