From 2fc0986ac84a976886eb5f4cbfed621369ac4187 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:15:15 -0400 Subject: [PATCH] Update printHello.asm --- Programs/printHello.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programs/printHello.asm b/Programs/printHello.asm index 3eefa65..cb518ad 100644 --- a/Programs/printHello.asm +++ b/Programs/printHello.asm @@ -12,7 +12,7 @@ SETD myString ; Set the Data Pointer to the string we want to print. CALL printString ; Call the subroutine. CALL lineFeed ; Call the linefeed subroutine. -HALT ; Stop the CPU. + HALT ; Stop the CPU. #Data