Pārlūkot izejas kodu

zasm: don't accept "0X" prefix for hex anymore

This was only necessary in the time where input was upcased right after
reading.
pull/10/head
Virgil Dupras pirms 5 gadiem
vecāks
revīzija
0f5fab23e9
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. +0
    -3
      apps/zasm/parse_z.asm

+ 0
- 3
apps/zasm/parse_z.asm Parādīt failu

@@ -102,9 +102,6 @@ hasHexPrefix:
inc hl
ld a, (hl)
cp 'x'
jr z, .end
cp 'X'
.end:
pop hl
ret



Notiek ielāde…
Atcelt
Saglabāt