From 91be7eb2170890a3f7a2e98444b7c84ec162ec98 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:20:26 -0400 Subject: [PATCH] Update print.asm --- Programs/print.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/Programs/print.asm b/Programs/print.asm index dcdd254..56c624b 100644 --- a/Programs/print.asm +++ b/Programs/print.asm @@ -31,7 +31,6 @@ saveRegisters: ; Subroutine for storing the registers. STA ; Store A. INCD ; Move to the next address. STB ; Store B. - INCD ; Move to the next address. POPD ; Restore the Data Pointer. RET ; Return to the caller.