From 2288e47516189fc10874b565d1d7d64bbbba4a47 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 10 Nov 2021 12:55:41 -0500 Subject: readme tweaks, mainly --- 02/in02 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '02/in02') diff --git a/02/in02 b/02/in02 index 8355546..987d32e 100644 --- a/02/in02 +++ b/02/in02 @@ -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) -- cgit v1.2.3