diff options
Diffstat (limited to 'test/gputils/project/test2.asm')
-rw-r--r-- | test/gputils/project/test2.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/gputils/project/test2.asm b/test/gputils/project/test2.asm new file mode 100644 index 0000000..6a9ed66 --- /dev/null +++ b/test/gputils/project/test2.asm @@ -0,0 +1,6 @@ +MAIN CODE + +; loop forever + goto $ + END ; directive 'end of program' + |