diff options
Diffstat (limited to 'tests/mov_constants.s')
-rw-r--r-- | tests/mov_constants.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/mov_constants.s b/tests/mov_constants.s new file mode 100644 index 0000000..d77eb51 --- /dev/null +++ b/tests/mov_constants.s @@ -0,0 +1,8 @@ +main: + mov #0, r4 + mov #1, r5 + mov #2, r6 + mov #-1, r7 + mov #4, r8 + mov #8, r9 + ret |