Hi I have something of this sort in my code.
AP_START .equ 0
...
L01: ECMP{
next = L02,
cond_addr = L02,
reg = A,
hr_lr = LOW,
en_pin_action = ON,
pin = PIN_AP_LO,
action = SET,
data = AP_START
};
The pin does not set. where as the rest of the code works fine.
N2HET code attached.

