-
The region function works really well, but once defined and you realise that you need to change the end of it, you can't. Is there any reason it's not possible to update the selected range here? I ten…
-
i'm planning on making a graphics library since i recently made a VGA Card for my 65816 SBC.
most functions will be in assembly for increased speed and reduced code size.
so i'm trying to better und…
-
We have been using wildduck in our environment and have developed a UI for the REST APIs that wildduck exposes. We are opensourcing our work https://github.com/softwareartistry/wildduck-ui
People a…
-
This is just a question.. but Im having trouble assembling 65816 code, even though Im suing !cpu 65816. Tracing through, it still goes through Create6510() function. Is there a target cpu setting i…
-
When using an instruction with the Direct Page Indexed, X Addressing mode and the operand is 0, naken_asm will try to use the Absolute Indexed, X Addressing mode instead. Instructions like LDA which s…
-
First, apologies, this is an incomplete bug report. Working on a pull request, but, figured I'd put what I have here in case any 65816 gurus knew how to fix this quickly. I have some good repro cases …
-
```
!rb as4
print hex(end-Pointers)
Pointers:
db 1
end:
randombot999
1
01
!rb as4
print hex(datasize(Pointers))
Pointers:
db 1
end:
randombot999
Errors occurred while assemblin…
-
I have created a minimal example for this crash.
This example is for the 65c816, and I am compiling for the SNES.
I am using wla-dx v10.6a
```asm
.MEMORYMAP
DEFAULTSLOT 0
SLOT 0 $8000 …
-
I am experiencing a problem with Clock Signal 23.10.29 where it writes to Apple II disks incorrectly when emulating an enhanced Apple IIe. Steps to reproduce:
1. Use [AppleCommander 1.9.0](https://…
-
When viewing an object file with "IIgs monitor listing (long regs)" the disassembly is not adjusted for the length of the accumulator when SEP #20 is in the the listing.
00/9952: E2 20 SEP #2…