mirror of
https://github.com/KarolS/millfork.git
synced 2025-02-04 03:31:49 +00:00
Fixed the C64 implementation of _panic
This commit is contained in:
parent
d696704af9
commit
23a2830951
@ -1,7 +1,6 @@
|
|||||||
void _panic() {
|
void _panic() {
|
||||||
asm {
|
asm {
|
||||||
SEI
|
SEI
|
||||||
PLA // status register
|
|
||||||
PLA
|
PLA
|
||||||
TAY
|
TAY
|
||||||
PLA
|
PLA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user