as henrik said
inBuff VAR BYTE[100]
in asm the array address is
_inBuff
or give a new name
ASM
mybuff =_inBuff
ENDASM
note label in col 0
make sure you don't overrun your buffer
as henrik said
inBuff VAR BYTE[100]
in asm the array address is
_inBuff
or give a new name
ASM
mybuff =_inBuff
ENDASM
note label in col 0
make sure you don't overrun your buffer
Bookmarks