-
Hey, I'm interested in implementing the animation module. Based on http://datacrystal.romhacking.net/wiki/EarthBound:ROM_map, this includes:
Animation Data: Carpainter's Lightning - Reflected
Anim…
-
In object code, the 65816 stores the operands for the MVN and MVP instructions in the order (destination, source). In assembly code, the expected order is "MVN/MVP source destination". WLA-DX does not…
-
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…
-
Hi,
it would be cool if the following extensions used by ASM80 (https://www.npmjs.com/package/asm80) could be recognized to show the assembly file icon:
- Intel 8080: .A80
- Zilog Z80: .Z80
- …
-
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
-
The question is: which one? Nearly all of my experience is in the Apple II world, so I don't have a sense for what's standard on other platforms.
The cc65 assembler can generate code for just abou…
-
These examples are very clear and useful to have when trying to make custom homebrew. I would done this as a private message but you don't have an email publicly listed so I made an issue.
Given the …
-
Hi,
I'd like to use Cadius v1.3 features in a public GitHub Makefile. However, I'd rather not like my users to start with building the build tools ;-) Therefore I ask to have a v1.3 distribution li…
-
If an opcode is present after a semi-colon, it should not appear as highlighted, since it's a comment.
Actually, comments don't seem to be handled at all. They all use the default color. They should …
-
So someone on the IRC has asked about function to put whole buffer on screen at once. It is bad idea like most of other ideas that would allow achieving "high" frame rate in OC apps.
## The idea
I th…