zasm: don't accept "0X" prefix for hex anymore
This was only necessary in the time where input was upcased right after reading.
This commit is contained in:
parent
4075c90d44
commit
0f5fab23e9
@ -102,9 +102,6 @@ hasHexPrefix:
|
||||
inc hl
|
||||
ld a, (hl)
|
||||
cp 'x'
|
||||
jr z, .end
|
||||
cp 'X'
|
||||
.end:
|
||||
pop hl
|
||||
ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user