[A83] Re: More questions


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

[A83] Re: More questions




jp p  = jump if positive.  you can do jp minus (m) positive (p) carry (c) 
zero (z) and if you add an 'n' in front of the command, it does the oppisite.

jp nz,notzero.

you can also use those with bcall.

bcallnz(_clrlcdf)
bcallp(_homeup)