A82: In case you don't know...


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

A82: In case you don't know...




For all you ASH programmers, the so called built-in function that 
divides hl by a (hl mod a) in CrASH *is* there for ASH. If you didn't 
know this all it is, is call UNPACK_HL+2. Thats it. 
If u want to use it in an ash program simply do this:
call UNPACK_HL+2

~Ilya