might need glassesI suppose i=1+1 should be i=i+1, but does not matter in this test.
there is none i know of but its pretty simplewhere can I find documentation how to use that stuff?
A = wreg
B= byte
C= constant
L= label
W=word
S= string
the same as USERCOMMAND
so
MOVE?BA _ADRESLO
is move byte @ ADRESLO to wreg
it saves all that banksel typing
ie
asm
banksel _ADRESLO
movf _ADRESLO,w
banksel whatever is next




Bookmarks