Tweak the code slightly and fix a typo in the readme

This commit is contained in:
CrazyEttin 2022-10-07 23:05:21 +03:00
parent d5af5d98b8
commit 5da4ffa1b1
2 changed files with 4 additions and 4 deletions

View File

@ -1487,13 +1487,13 @@ escbr: load r0, #20
cleq r0, r0, newln
;Return with escape in r2
breq r0, r0, inend
ret
;Print a newline
eofbr: cleq r0, r0, newln
;Return with End-of-file at r2
breq r0, r0, inend
ret
;Print a line feed
crbr: load r1, #a
@ -1538,7 +1538,7 @@ endcr: store 0, r0
endlf: store 0, r0
;Return
inend: ret
ret
;***

View File

@ -6,7 +6,7 @@ Thingamajig v1.1 computer architecture. Its git repository can be found
at https://ahti.space/git/crazyettin/Gidubba and that of Thingamajig at
https://ahti.space/git/crazyettin/Thingamajig.
System requirements
System Requirements
-------------------
Gidubba requires at least 4 KiB of RAM. It uses an ASCII-compatible