fix irq related crash by no longer zeroing out stored vector

This commit is contained in:
Irmen de Jong
2025-04-02 22:22:21 +02:00
parent 8a53742f31
commit 73f6880ff8
5 changed files with 18 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
; Internal library routines - always included by the compiler
; Generic machine independent 6502 code.
.section BSS
.section BSS_NOCLEAR
orig_stackpointer .byte ? ; stores the Stack pointer register at program start
.send BSS
.send BSS_NOCLEAR
program_startup_clear_bss .proc
; this is always ran first thing from the start routine to clear out the BSS area