From 0e4dbc6b682e8a44b4865d7949c3bba565ba7718 Mon Sep 17 00:00:00 2001 From: CrazyEttin <> Date: Tue, 30 Aug 2022 14:46:51 +0300 Subject: [PATCH] Make line feed output a null to the terminal after the line feed and carriage return to accomodate slower teletypes --- gidubba.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gidubba.asm b/gidubba.asm index 4a0244e..5947054 100644 --- a/gidubba.asm +++ b/gidubba.asm @@ -1392,9 +1392,11 @@ crbr: load r1, #a store ffff, r1 breq r0, r0, endnl - ;Print a carriage return + ;Print a carriage return and a null lfbr: load r1, #d store ffff, r1 + load r1, #0 + store ffff, r1 ;Increment and store the string size endnl: load r2, #2