-
A question about "cheap local labels"...
This is not expected to work:
LAB1: nop
beq @LAB2
FOO nop
@LAB2: nop
because an instruction with a non-local lab…
-
### MAME version
ecdce6505c499531ceb3c4b70c7d59db78e8125b
### System information
Linux x86_64
### INI configuration details
_No response_
### Emulated system/software
apple2gs (r0…
-
In addition to the [native C128 port](#53), support for the [Mega 65](https://mega65.org/) and the [Commander X16](https://github.com/commanderx16) would be positively amazing. The former is basically…
-
This is a bit of an odd one; what I want to do is use the COP interrupt as a kernel API entry point, taking arguments in C, X, and Y, and use that to call a kernel function, returning values in any or…
-
Hi!
the following lines show some examples of the usage of the EQU pseudo instruction. It happens that the implementation in naken_asm does not support the terminating colon in the label name for t…
-
The following targets should work after creating platform definitions and minimal libraries:
- [ ] Acorn Atom
- [ ] Acorn Electron
- [ ] Altair 8800
- [ ] Amstrad PCW (standalone disk)
- [ ] Ap…
-
Decompiler: Unable to initialize the DecompilerInterface: Could not register program:
Low-level Error: Unknown prototype attribute: type
-
I do not know what, but something cannot open program.asm, but it's not telling me why.
```
Building sprite/program.asm...
INCLUDE_FILE: Error opening file "/cygdrive/c/Super/examples/sprite/prog…
-
## Feature request
Creating these 2 functions will allow a better control on a music IT file:
- `spcPause()`: This function pauses a played music (started with `spcPlay(0)`)
- `spcResume()`: This f…
-
Hello,
Using ADTPro in a machine that has an UltraWarp accelerator installed has issues with screen corruption when receiving packets with an Uthernet.
The issue appears to be caused by the unil…