-
Currently the .bank command is 64kb. for the NES for example this would be more useful at 8,16,or 32kb.
I considered using .dsection but the end address can't be $10000 or higher which means I can't…
-
I ran into an issue disassembling 65**C**02 with bitwise branch opcodes. Here is an example:
```
; 6502bench SourceGen v1.7.3
SHADOW_4112_READ .eq $11
…
-
In the 65816 opcode list, the top contains this line:
`(Addr + Index) & 0xffff00 ≠ Addr 0xffff00`
I’m assuming there’s supposed to be a logical/bitwise AND on the right half
-
As much of the llvm test-suite as we can run as-is should be made to do so against a 6502 simulator. This work will help to establish what's required to hook this up.
-
Hi,
I'm trying to compile the "show_sprite" sms example, but I cannot do it. I have wla-dx in the system path.:
----
C:\Users\ANSJ\Documents\GitHub\MAPeD-SPReD\samples\sms\show_sprite>wla-z80 -I…
-
The instruction set looks like it could be easily added to WLA:
https://en.wikibooks.org/wiki/Super_NES_Programming/Super_FX_tutorial
but there are some things that I don't currently understan…
-
**Problem**
https://github.com/mjbvz/vscode-lit-html/issues/14
Many users have requested that we colorization the contents of all JavaScript template strings as html. However I think that turning…
mjbvz updated
3 years ago
-
%lx in format string (no. 5) requires 'unsigned long' but the argument type is 'unsigned int'.
line 353 : printf("def=%x divider=%x banking=%x banknum=%x mask=%lx\r\n", def, divider, banking, bank…
dp111 updated
3 years ago
-
here the entire error:
```
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', src/syntax/parser.rs:406:9
note: run with `RUST_BACKTRACE=1` environment variable to dis…
-
When command-control-escape is pressed, the ADB MCU should generate an interrupt and set bit 5 of the ADB Command/Data Register ($c026) which will cause the text-based control panel to be invoked. Th…