diff options
author | pommicket <pommicket@gmail.com> | 2021-11-10 12:55:41 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-10 12:55:41 -0500 |
commit | 2288e47516189fc10874b565d1d7d64bbbba4a47 (patch) | |
tree | e0dcb8ba8a4257a868f006792ce3da06351af260 /02/in02 | |
parent | 3255cd32d787c7b8e68e9848cab7d4042954f177 (diff) |
readme tweaks, mainly
Diffstat (limited to '02/in02')
-rw-r--r-- | 02/in02 | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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) |