diff --git a/test.asm b/examples/memory-print.asm similarity index 90% rename from test.asm rename to 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