Changeset 371 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Print.asm
- Timestamp:
- Apr 5, 2012, 7:31:23 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Print.asm
r359 r371 167 167 add sp, BYTE 8 168 168 169 CALL_DISPLAY_LIBRARY PrintNewlineCharacters 169 push si 170 mov si, g_szNewline 171 call Print_NullTerminatedStringFromSI 172 pop si 173 170 174 ret 171 175
Note:
See TracChangeset
for help on using the changeset viewer.