PDA

View Full Version : E8 will not compile



l_gaminde
- 1st May 2013, 20:17
Test:
SEROUT2 PORTB.2,16468,10,[00,03,00,36,00,00,00,39,03,19,E8,00,3A,01,3E,03]
END

all the hex digits are red except for E8 it will compile without E8 but not with it.

HenrikOlsson
- 1st May 2013, 20:24
Hi,
You should prefix any hexadecimal values with $, ie $00, $03, $E8 and so on.

/Henrik.

l_gaminde
- 1st May 2013, 20:36
Oh Geez head down

Thanks Henrik