Changeset 117 for trunk/bootcode/special
- Timestamp:
- Apr 8, 2017, 12:27:15 AM (8 years ago)
- Location:
- trunk/bootcode/special
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/special/apm.asm
r83 r117 31 31 32 32 IFDEF AUX_DEBUG 33 IF 1 34 pushf 33 35 pusha 34 mov si, offset $+535 jmp @F36 db 10,'>> System Shutdown <<',10,037 @@:call AuxIO_Print36 mov si, offset $+5 37 jmp @F 38 db 10,'>> System Shutdown <<',10,0 39 @@: call AuxIO_Print 38 40 popa 41 popf 42 ENDIF 39 43 ENDIF 40 44 -
trunk/bootcode/special/lvm.asm
r114 r117 207 207 call AuxIO_Print 208 208 pop si 209 ;~call DEBUG_DumpRegisters209 call DEBUG_DumpRegisters 210 210 ;~ call AuxIO_DumpParagraph 211 211 ;~ call AuxIO_TeletypeNL
Note:
See TracChangeset
for help on using the changeset viewer.