Hello agian Alian,
if POKECODE does not accept address avariable it becomes POKE.
in the case, i store serveral data in the POKECODE function.
i try it but only the datum stored at the specific location is shown up i.e at the location $11 that is $55;
i.e. i can write: POKE $11, $55, $2A
The output is only $55 (after compile)
but if i wrire
POKECODE $55, $2A ( location address is empty or a constant)
PEEKCODE ??? , OUT_STORAGE ( ??? Mean which address: the first datum is retrieved only, that is $55
and in case i would jump to the second location to pick up the datum (i.e. $2A) of that location how can I do?
I believe i do not have those functions?
thanks
regards,
Bookmarks