Made test.asm an example asm program

This commit is contained in:
2023-11-03 07:55:23 +00:00
parent fc4b9702d2
commit b4fce03177

View File

@@ -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