Changeset 142 for trunk/bootcode/regular/debug.asm
- Timestamp:
- Apr 8, 2017, 12:27:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/debug.asm
r127 r142 908 908 pusha 909 909 910 ; Hello message911 mov si, offset AuxIOHello912 call AuxIO_Print913 914 ; Build Info915 ;~ mov si, offset BUILD_DATE916 ;~ call AuxIO_Print917 call AuxIO_PrintBuildInfo918 919 ; Start new line920 call AuxIO_TeletypeNL921 ;~ call AuxIO_TeletypeNL922 923 910 ;~ call DEBUG_DumpHidePartTables 924 911 ;~ call DEBUG_CheckMath
Note:
See TracChangeset
for help on using the changeset viewer.