diff --git a/hello.asm b/hello.asm index 0974a6b..4791198 100644 --- a/hello.asm +++ b/hello.asm @@ -88,7 +88,7 @@ process_event: jne .not_open_file call event_open_file jmp .end - .not_opend_file: + .not_open_file: .end: pop es diff --git a/memory.asm b/memory.asm index 0ca04ff..1e17979 100644 --- a/memory.asm +++ b/memory.asm @@ -76,7 +76,7 @@ process_event: jne .not_open_file call event_open_file jmp .end - .not_opend_file: + .not_open_file: .end: pop es