From b81791bce08a950601996852f915292170499c0a Mon Sep 17 00:00:00 2001 From: Kris Katterjohn Date: Sun, 28 Apr 2019 16:10:56 -0500 Subject: [PATCH] Fix two typos in comments in hello-midas.md --- doc/hello-midas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/hello-midas.md b/doc/hello-midas.md index ffdaabf1..b8f357d1 100644 --- a/doc/hello-midas.md +++ b/doc/hello-midas.md @@ -11,11 +11,11 @@ Step by step guide on how to create a hello world in MIDAS. a==1 ;Define two accumulators, b==2 ;A and B. - ch==1 ;Output chanel number. + ch==1 ;Output channel number. start: .open ch,[.uao,,'tty] ;Open channel to TTY, for ASCII output. .lose - move a,[440700,,hello] ;Load A with byte poiter to string. + move a,[440700,,hello] ;Load A with byte pointer to string. loop: ildb b,a ;Load B from string. jumpe b,[.logout 2,] ;End on zero byte. .iot ch,b ;Print byte.