ASCII hexadecimal to Binary with Range Checking
device SX28L, turbo, STACKX_OPTIONX
mov NextChar, #$47
:loop
mov temp, NextChar
clc
mov w, #'F'
mov w, temp - w
jc :Bad
mov w, #'0'-1
mov w, temp - w
jnc :Bad
mov w, #'@'+1
sub temp, w
mov w, #('@' - ':') + 1
add temp, w
jc :BadRestore
mov w, #(':' - '0')
sb temp.7
mov w, #('A' - '@')+1
add temp, w
jmp :Good
:BadRestore
mov w, #':'-1
add temp, w
:Bad
nop
jmp :Next
:Good
nop
:Next
break
djnz NextChar, :Loop
file: /Techref/scenix/lib/math/radix/a2b-2h8b-jn.htm, 0KB, , updated: 2004/6/10 13:40, local time: 2024/12/26 01:05,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/scenix/lib/math/radix/a2b-2h8b-jn.htm"> SX Microcontroller Radix Math Method - ASCII hexadecimal to Binary with Range Checking</A> |
Did you find what you needed?
|