Changeset 241 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm
- Timestamp:
- Feb 9, 2012, 11:08:59 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm
r223 r241 67 67 DisplayFormatCompressed_ret: ; jump target for other routines who need a "ret" 68 68 ret 69 70 DisplayFormatCompressed_Format_z: 71 xor bx, bx 72 xchg si, ax 73 jmp short DisplayPrint_NullTerminatedStringFromBXSI 69 74 70 75 DisplayFormatCompressed_Format_x:
Note:
See TracChangeset
for help on using the changeset viewer.