about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
new file mode 100644
index 00000000..72cbad74
--- /dev/null
+++ b/mu.arc.t
@@ -0,0 +1,8 @@
+(load "mu.arc")
+
+(run '(
+  (1 <- loadi 1)
+  (2 <- loadi 3)
+  (3 <- add 1 2)))
+(if (~iso memory* (obj 1 1  2 3  3 4))
+  (prn "F - load and add instructions work"))