-
Hi,
a while(*cur) {... } test is not optimal:
```
;
; while (*cur) {
;
bra L0005
L0003:
...
;
; while (*cur) {
;
L0005: lda M0001+1
sta ptr1+1
…
-
This is to just begin the start of CX16/Commander X16 dev time, with a better, simpler, Assembler, DASM is here for this, Just needs a 65c02 mode, as the Commander X16 uses a 65C02 for the CPU, and us…
-
-
See for details and everything https://github.com/Klaus2m5/6502_65C02_functional_tests
-
Installed 5.2 deb on Ubuntu 23.10
I think there is a typo in your make file, for CX16:
cc6502 --target=x16 -O2 --list-file=obj/main.lst -o obj/main.o src/main.c
option --target: unexpected 'x'
…
-
(Note: I suspect the issue I'm having have to do with fake ICs, especially fake Rockwell 65C02 / 65C22).
When I power on the board, usually does nothing, not even a black screen. It's totally out o…
-
David Murray has mentioned Sweet 16, but there are, of course, IP issues with Woz's original.
I've got a CC0 implementation of a virtual machine that implements the Sweet16 instructions, plus three…
-
These are quite difficult to replace with macros and very useful to preserve registers.
They are defined in 65C02
BigEd updated
12 years ago
-
lniccc2000 crashes core:
https://github.com/42Bastian/lynx_hacking/tree/master/lniccc2000
-
Can you add a Makefile or build instructions.