A86: cp:z/nz/c


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

A86: cp:z/nz/c




How can I test if the contents of (delta) are less than (gamma)?  Also
between (gamma) and 16 greater than (gamma)?

In no specific language:

If (delta)<(gamma) then goto DIE
If (delta)>=(gamma) & (delta)<=(gamma)+16 then goto LIVE

(i think that's it...)

Thanx,
Dave VanEe