summaryrefslogtreecommitdiff
path: root/2019/rust/day09/programs/test-out_immediate.iac
diff options
context:
space:
mode:
Diffstat (limited to '2019/rust/day09/programs/test-out_immediate.iac')
-rw-r--r--2019/rust/day09/programs/test-out_immediate.iac11
1 files changed, 11 insertions, 0 deletions
diff --git a/2019/rust/day09/programs/test-out_immediate.iac b/2019/rust/day09/programs/test-out_immediate.iac
new file mode 100644
index 0000000..4aa8ccf
--- /dev/null
+++ b/2019/rust/day09/programs/test-out_immediate.iac
@@ -0,0 +1,11 @@
+# ABCDE
+# 210xx
+#
+# DE - two-digit opcode, xx == opcode x
+# C - mode of 1st parameter, 0 == position mode
+# B - mode of 2nd parameter, 1 == immediate mode
+# A - mode of 3rd parameter, 0 == relative mode,
+
+# Out immediate
+104,123
+99