Don't pollute stack

This commit is contained in:
Joshua Bell 2019-10-01 22:27:18 -07:00
parent c7df8cb73b
commit d049ae6dd8
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ load: lda src,y ; self-modified
jsr save_chain_info
jsr init_system
jsr maybe_install_driver
jsr launch_next
brk
jmp launch_next
.endproc
;;; ============================================================