diff --git a/gidubba.asm b/gidubba.asm index 97f1c68..cb44498 100644 --- a/gidubba.asm +++ b/gidubba.asm @@ -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 ;*** diff --git a/readme.md b/readme.md index 448589f..87a0de1 100644 --- a/readme.md +++ b/readme.md @@ -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