-
I'm getting a "MEM_INSERT: Origin ($4000) overflows from bank (0)" error, but it doesn't give any useful information like the line-number to help me track down the fault. I'm converting some code over…
-
Support for 65SC02 (a 65C02 without the bit-branch instructions) would be great.
This would help to add Atari Lynx support.
Anyway, great work!
-
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…
-
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…
-
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…
-
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…
-
; = add comment
L = add label
P = add param label
D = data
W = word
C = code
Something = Line comment
-
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
-
## Background
Addition operations in SNES's 65816 processor can work in a base-10 binary coded decimal (BCD) mode, where addition operations give results like
```
0x01 + 0x01 = 0x02
0x05 + 0x05 = …
-
```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…