Changeset 194 in xtideuniversalbios for trunk/Assembly_Library/Src/String
- Timestamp:
- Nov 17, 2011, 11:07:58 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/String/Char.asm
r181 r194 88 88 ; Nothing 89 89 ;-------------------------------------------------------------------- 90 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 90 91 ALIGN JUMP_ALIGN 91 92 Char_IsDecimalDigitInAL: 92 93 IS_BETWEEN_IMMEDIATES al, '0', '9' 93 94 ret 94 95 %endif 95 96 96 97 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.