Closed patricksurry closed 6 months ago
Fixes #76
By default c65 will exit on BRK. You can revert to the original behavior with c65 -x which resets via the BRK vector at $fffe.
c65 -x
Fixes #76
By default c65 will exit on BRK. You can revert to the original behavior with
c65 -x
which resets via the BRK vector at $fffe.