-
Console Output:
Game update: AppID 209790 "Splice", ProcID 6502, IP 0.0.0.0:0
ERROR: ld.so: object 'gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'gameove…
-
Hi
I notice you push and pull the return value for JSR and RTS. A physical 6502 pushes one less than the return value, and RTS will increment the value pulled from the stack.
(You might be intereste…
BigEd updated
12 years ago
-
## Syntax
```
command = ('bit' | 'push') expression
```
## Description
`bit` - Bitwise AND the bits of some source expression against the accumulator (without affecting the accumulator or source), a…
-
I ran Rob Finch's test suite, and found some tests failing:
.load "test6502.bin" 8000
Wrote +1568 bytes from $8000 to $861f
.goto 8000
Testing Processor
BVS:F
CMP:F
…
BigEd updated
15 years ago