jiraphat2200
05-28-08, 10:01 AM
Hello, I am practicing writing program on ISOPOD V2 with ISOMAX.
I got struck at trinary operators part because I cannot use word AT-ADDRESS.
I tried the code in the tutorial but it doesn't work.
(In the thermostat example)
HEX
DEFINE TOO-COLD? TEST-MASK 01 DATA-MASK 01 AT-ADDRESS 3CBF FOR-INPUT
The terminal returns:
AT-ADDRESS?
(like it does not know this word.)
I use address 3CBF, because it is the address of PORTA in WORDS. Is it right?
What am I doing wrong?
Thank you in advance :)
I got struck at trinary operators part because I cannot use word AT-ADDRESS.
I tried the code in the tutorial but it doesn't work.
(In the thermostat example)
HEX
DEFINE TOO-COLD? TEST-MASK 01 DATA-MASK 01 AT-ADDRESS 3CBF FOR-INPUT
The terminal returns:
AT-ADDRESS?
(like it does not know this word.)
I use address 3CBF, because it is the address of PORTA in WORDS. Is it right?
What am I doing wrong?
Thank you in advance :)