-
Tracing back from the BRK crash...
```
0F12: JSR 0B22 ; copy "platform level" full-screen to HGR1
JSR 0F50
:
0F36: RTS
0F50:
:
0F5F: JSR 0FB1
:
0F89: RTS
…
tomcw updated
2 years ago
-
When using the 6502 CPU debugger:
- Entering a new address into the PC field doesn't immediately jump to the new address, only after pressing the new "Tick" button, and when pressing one of the oth…
-
Hi
I would like to extend this debugger to include other cc65 targets, in particular the Apple ][.
If I understand how this works, it requires the binary monitor of vice to listen to a particula…
-
This is with hognose-rc5: I don't run COMAL very often so I'm not sure if it was on rc4 or any other previous revision. I don't have the frame buffer enabled on either of these machines.
With copr…
-
Hello,
when trying to build the release version 5.6.0 without access to internet, the messon build throws this error:
meson.build:427:0: ERROR: Non-existent build file 'shlr/zip/meson.build'
----…
-
I am not sure, if this was requested before. Anyway:
Currently Stella seems to start always at bank 0. AFAIK, on real hardware the start bank is random. So this bank should be randomized. Maybe wit…
-
The original 6502, when asked to jump indirect, and the address to jump to was stored on the last byte of the page (e.g. $2ff), would load the address to jump to from that address and the first byte *…
-
**Describe the bug**
I tried the supplied asm-project project but it won't debug for me.
**To Reproduce**
Press F5
**Expected behaviour**
Debugging session starts
**Actual behaviour**
Ge…
-
The GCC implementation of malloc places the heap at the _end symbol.
In our builds, this ends up about here:
```
0e55ff70 B _end
```
Looking at our memory map for a 512MB Pi:
```
# 0x00000000…
-
So without rabbiting on i have it on good authority that it uses the same hardware as Batman it's a dead ringer more or less
and all we need to do to get the game to work here is follow the blueprin…