[A83] VPutSN


[Prev][Next][Index][Thread]

[A83] VPutSN




How come this block of code doesn't display correctly? The
parenthesis among other things do not display correctly! (for
example, put Y1=(X) and try it). Any help is, as always, greatly
appreciated. Thanks!
-Tom




 ld hl,Y1Def
 B_CALL Mov9ToOP1
 B_CALL ChkFindSym
 ld a,(de)
 cp 0
 ret z
 ld b,a
 inc de
 inc de
 ex hl,de
 B_CALL VPutSN
 ret

Y1Def: db EquObj,tVarEqu,tY1,0,0
caffeine43@netzero.net on 06/28/2001