A83: op1->hl


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

A83: op1->hl




the ti routine "_convop1" moves the contents of op1 to de and once it is
there if you want it in hl do "ex de,hl". be careful though if op1 is
larger than 2 bytes you will get an ERR:OVERFLOW when the program runs.