about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-07-06 00:07:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-07-06 00:07:03 -0700
commite74ff41321eded0d2e22449b17ac29c38f3abf2c (patch)
treed7e25fd6f1d8988430534bfbcc0e8e0bfe56df48 /mu.arc.t
downloadmu-e74ff41321eded0d2e22449b17ac29c38f3abf2c.tar.gz
0
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"))