-
Hi,
I am trying to upgrade wla to use the latest version. The first part using wla-65816 works correctly now (i began questions in a [previous thread](https://github.com/vhelin/wla-dx/issues/207) )…
-
Hi Dan - I have a ctd object that I've added fluorescence data to using
ctd.object
-
I happen to be using KickAssembler and I see that only TASS and ACME are natively supported. Would very much welcome support for this widely adopted development tool.
http://www.theweb.dk/KickAssem…
-
Following directions under 3.3.2:
make -j8 xen tools
Unable to get past this.
make[5]: Entering directory '/root/igvtg-xen/tools/qemu-xen-traditional-dir-remote/i386-dm'
=== PCI passthrough …
65816 updated
4 years ago
-
I have experienced some bytecode errors using `.b` statements on `snes.cpu`
Example:
```
lda.b #$01
ldw #$4300 // SNES.REG_DMAP0
```
Result:
```
lda #$8D01
brk …
-
A single-quoted literal space character won't assemble properly, at least in 65816 architecture. `LDA #'A'` assembles fine, but `LDA #' '` throws E5117: Unknown command.
I am currently using the W…
-
The command to repeat lines of code isn't working.
https://rpghacker.github.io/asar/manual/#rep
-
I'm trying to run my Scala.js tests and something is failing but the jsenv is only providing me with this:
```
[error] stack trace is suppressed; run last Test / executeTests for the full output
…
-
Some executable binaries begin with a header that is parsed by the operating system but not actually loaded into memory. The header is generally added by the assembler or linker, and is not part of t…
-
On the "65816 Opcodes" page.
For the normal 6502 microprocessor opcode 0x60 is the RTS instruction. So when the 65816 came out and needed to be (mostly) backwards-compatable, it made the RTL instru…