Changeset 145 in xtideuniversalbios for trunk/Assembly_Library/Src/String
- Timestamp:
- Mar 15, 2011, 11:28:17 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/String/Char.asm
r41 r145 116 116 cmp al, '9' ; Decimal digit 117 117 jbe SHORT .ConvertToDecimalDigit 118 sub al, 'a'-10 ; Convert to hexadecimal integer 119 stc 120 ret 118 sub al, 'a'-'0'-10 ; Convert to hexadecimal integer 121 119 ALIGN JUMP_ALIGN 122 120 .ConvertToDecimalDigit:
Note:
See TracChangeset
for help on using the changeset viewer.