From 0a7a2a7a8f95730811117bd2aa904f1843f65071 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 17 Apr 2020 22:07:14 -0400 Subject: Made both the assembly language monitor, and the emulator smaller, and faster. I am also starting to make SuBEditor's source code more readable. --- test/fib.s | 1 + 1 file changed, 1 insertion(+) (limited to 'test/fib.s') diff --git a/test/fib.s b/test/fib.s index 40489ec..dd8c618 100644 --- a/test/fib.s +++ b/test/fib.s @@ -68,5 +68,6 @@ fib2: .org $FF50 .qword init2 ; Execute the program. +a done -- cgit v1.2.3-13-gbd6f