A83: What the !@%# is an "Imbalanced conditional. "
[Prev][Next][Index][Thread]
A83: What the !@%# is an "Imbalanced conditional. "
I get the message
temp.z80 line 0294: Imbalanced conditional.
when running TASM.
The block of code (lines 287-305):
;X=Random 2-9
ld b,8
call ionRandom
add a,2
;Store Xpos into e
ld e,a
;Y=Random 2-5
ld b,4
call ionRandom
add a,2
;Store Ypos into d
ld d,a
;Check under
call CheckDe
;If a wall...
and 4
;Restart.
jr nz,PlaceIt
ret
I also get the same error:
tasm: line 1862 Imbalanced conditional.
Line 1862 is one line after the end!
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Follow-Ups: