Following code:
Code: Select all
0.015
STO 00
LBL 00
HEXM
RCL 00
AIP
AVIEW
STOP
ISG 00
GOTO 00
Is there a way to write values in hexadecimal notation into the alpha register without implementing
the conversion oneself?
Cheers!
Meino
Code: Select all
0.015
STO 00
LBL 00
HEXM
RCL 00
AIP
AVIEW
STOP
ISG 00
GOTO 00