Make line feed output a null to the terminal after the line feed and carriage return to accomodate slower teletypes

This commit is contained in:
CrazyEttin 2022-08-30 14:46:51 +03:00
parent f644d3d1bc
commit 0e4dbc6b68
1 changed files with 3 additions and 1 deletions

View File

@ -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