Skip to content

Commit

Permalink
Remove echo that was used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jan 30, 2020
1 parent fc424b4 commit e4c00fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/00/thread.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4c00fd

Please sign in to comment.