readme tweaks, mainly

This commit is contained in:
pommicket 2021-11-10 12:55:41 -05:00
parent 3255cd32d7
commit 2288e47516
13 changed files with 177 additions and 84 deletions

11
02/in02
View file

@ -1,6 +1,6 @@
jm
:-co jump to code
::hw
::hw start of hello world
'H
'e
'l
@ -16,11 +16,12 @@ jm
'!
\n
::he end of hello world
::co start of code
//
// now we'll calculate the length of the hello world string
// calculate the length of the hello world string
// by subtracting hw from he.
//
im
--he
BA
@ -29,7 +30,7 @@ im
nA
+B
DA put length in rdx
// okay now we can write it
// okay now write it
im
##1.
JA set rdi to 1 (stdout)