diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-07-24 00:43:33 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-07-24 00:43:33 +0200 |
| commit | d7865d956f9fe3a08ebe4429dce4428a9f74bc6c (patch) | |
| tree | afcc976934add55eed727a3f782eea8912646122 /test | |
| download | tis100-d7865d956f9fe3a08ebe4429dce4428a9f74bc6c.tar.gz tis100-d7865d956f9fe3a08ebe4429dce4428a9f74bc6c.zip | |
Add initial rough outline
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/test.asm b/test/test.asm new file mode 100644 index 0000000..8cde495 --- /dev/null +++ b/test/test.asm @@ -0,0 +1,17 @@ +in X1 Y1 +out X3 Y1 + +tpu X1 Y1 + mov acc, bak +label: + goto label +end + +tpu X2 Y1 + mov UP, RIGHT + mov RIGHT +end + +tpu X3 Y1 + +edn |
