From e4c00fd0641a7b5602a3607918b9a251c366fef5 Mon Sep 17 00:00:00 2001 From: Noam Preil Date: Thu, 30 Jan 2020 13:33:39 -0500 Subject: [PATCH] Remove echo that was used for debugging --- src/00/thread.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/00/thread.asm b/src/00/thread.asm index 49c6193..572b187 100644 --- a/src/00/thread.asm +++ b/src/00/thread.asm @@ -354,7 +354,6 @@ _: pop af cp a ret -.echo "lp: 0x{0:X4}" launchProgram ;; launchProgram [Threading] ;; Loads the specified file into memory as a program and starts a ;; new thread for it. The file must be a valid KEXC executable.