Changeset 492 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm
- Timestamp:
- Dec 21, 2012, 1:01:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r491 r492 296 296 %endif 297 297 298 298 %ifdef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 299 %define EXCLUDE 300 %ifdef MODULE_HOTKEYS 301 %undef EXCLUDE 302 %endif 303 %ifdef MODULE_BOOT_MENU 304 %undef EXCLUDE 305 %endif 306 %endif 307 308 %ifndef EXCLUDE 299 309 ;-------------------------------------------------------------------- 300 310 ; DisplayPrint_RepeatCharacterFromALwithCountInCX … … 324 334 .NothingToRepeat: 325 335 ret 326 336 %endif 337 %undef EXCLUDE 327 338 328 339 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.