What is wrong
Hello,
Can someone please tell me what I'm doing wrong·here?
Does ctrx·requires a pin assignment in order to work? Manual says not.
·
It always·executes 1
TIA
Can someone please tell me what I'm doing wrong·here?
Does ctrx·requires a pin assignment in order to work? Manual says not.
·
PUB start | tmp1
ctrb := %0_00100_000_00000000_000000_000_000000
frqb := 128 'about 1/2 seg
'then
tmp1 := phsb
if (tmp1 and $8000_0000)
'1 do something if phsb msb is set
else
'2 do something if phsb msb is not set
It always·executes 1

TIA

Comments
-- Remy
Thanks Remy, problem solved
GdS