-
Because the output routine is a vector, and because it could technically be redirected to a word written in Forth that uses the TMP1 variable, TYPE should push/pop TMP1 around the jsr to emit_a (which…
-
Support for 65SC02 (a 65C02 without the bit-branch instructions) would be great.
This would help to add Atari Lynx support.
Anyway, great work!
-
The table of instructions in src/ca65/instr.c doesn't have WDM in it. This causes assembly to fail when it encounters something like "WDM $00":
Checkcc.S(3): Error: `:' expected
Checkcc.S…
-
Every document and 65816 programming guide says mvn and mvp are "mvn source, dest". ca65 has them exactly in the wrong order, "dest, source". This is documented nowhere.
There's a further inconsist…
-
; = add comment
L = add label
P = add param label
D = data
W = word
C = code
Something = Line comment
-
```bash
2018/12/14 09:13:07 Nextcloud server: xxxUser: xxx
2018/12/14 09:13:07 Listen on :9205...
2018/12/14 09:14:26 Error during scrape: XML syntax error on line 43: attribute name without = in e…
-
In an effort to try and improve the debugging experience of homebrew ROM development, I have been working on some changes to wla-dx to add some additional information to the .sym file output by the li…
-
The memory map is currently defined in definitions.asm, which makes it harder to adapt Tali Forth 2 to different hardwares. It makes more sense to move these parts to the platform-*.asm files where th…
-
```
Despite one problem with tcc, the toolchain build on osx with erros.
Just had to change the EIP and EBP access in tcc.c
#elif defined(__APPLE__)
*paddr = uc->uc_mcontext->__ss.__eip;
I…
-
Issue Type: Bug
she break when startup
VS Code version: Code 1.25.1 (1dfc5e557209371715f655691b1235b6b26a06be, 2018-07-11T15:40:20.190Z)
OS version: Linux x64 4.17.14-arch1-1-ARCH
System I…
JSLeo updated
6 years ago