tools/upload: use C! instead of A!
Addressed devices are not included in Collapse OS by default. Let's just accept that upload only works with memory.
This commit is contained in:
parent
7d28637740
commit
223cb94466
@ -44,7 +44,7 @@ int main(int argc, char **argv)
|
|||||||
set_blocking(fd, 1);
|
set_blocking(fd, 1);
|
||||||
char s[0x40];
|
char s[0x40];
|
||||||
sprintf(s,
|
sprintf(s,
|
||||||
": _ 0x%04x 0x%04x DO KEY DUP .x I A! LOOP ; _",
|
": _ 0x%04x 0x%04x DO KEY DUP .x I C! LOOP ; _",
|
||||||
memptr+bytecount, memptr);
|
memptr+bytecount, memptr);
|
||||||
sendcmd(fd, s);
|
sendcmd(fd, s);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user