Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
This is the new startup format
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTillema committed Nov 26, 2018
1 parent b836e43 commit 1f38b1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/asm/editor.asm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ _GotoEditor:
; Cleanup C things
ld sp, (__errsp + 1);
pop af
pop de
ld (de), a
pop iy
pop af
ex (sp), hl
ld (hl), a
call _usb_ResetTimer
pop hl
ld de, plotSScreen
ld hl, StartProgramEditor
Expand Down

0 comments on commit 1f38b1e

Please sign in to comment.