4 lines
97 B
Z80 Assembly
4 lines
97 B
Z80 Assembly
|
|
ld a,&7F
|
||
|
|
add 1
|
||
|
|
jp pe,ErrorHandler ;pe = parity even, but in this case it represents overflow set
|