Browse Source

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.
pull/102/head
Virgil Dupras 4 years ago
parent
commit
223cb94466
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/upload.c

+ 1
- 1
tools/upload.c View File

@@ -44,7 +44,7 @@ int main(int argc, char **argv)
set_blocking(fd, 1);
char s[0x40];
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);
sendcmd(fd, s);



Loading…
Cancel
Save