Changeset 134 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm
- Timestamp:
- Mar 12, 2011, 5:12:08 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r101 r134 76 76 ; AX, DX 77 77 ;-------------------------------------------------------------------- 78 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 78 79 ALIGN JUMP_ALIGN 79 80 DisplayPrint_SignedWordFromAXWithBaseInBX: … … 87 88 neg ax 88 89 ; Fall to DisplayPrint_WordFromAXWithBaseInBX 90 %endif 89 91 90 92 ;-------------------------------------------------------------------- … … 260 262 ; AX, DX 261 263 ;-------------------------------------------------------------------- 264 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 262 265 ALIGN JUMP_ALIGN 263 266 DisplayPrint_ClearAreaWithHeightInAHandWidthInAL: … … 288 291 pop si 289 292 ret 293 %endif 290 294 291 295
Note:
See TracChangeset
for help on using the changeset viewer.