diff options
-rw-r--r-- | examples/memory-print.asm (renamed from test.asm) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test.asm b/examples/memory-print.asm index 8131003..ed32b7a 100644 --- a/test.asm +++ b/examples/memory-print.asm @@ -1,3 +1,5 @@ +;;; memory-print: An example program that features a subroutine for +;;; printing a memory buffer, of any length, as characters. ;; Allocate a buffer of 3 characters malloc.byte 3 mov.word 0 |