From 0d731c74b276571c0bec348f3abb324c80ac9b87 Mon Sep 17 00:00:00 2001 From: jl7719 Date: Sat, 19 Dec 2020 13:13:56 +0000 Subject: [PATCH] Add testcases for or and ori --- inputs/or/or-2.instr.txt | 4 ++++ inputs/or/or-2.ref.txt | 1 + inputs/or/or-3.data.txt | 4 ++++ inputs/or/or-3.instr.txt | 5 +++++ inputs/or/or-3.ref.txt | 1 + inputs/ori/ori-2.data.txt | 4 ++++ inputs/ori/ori-2.instr.txt | 4 ++++ inputs/ori/ori-2.ref.txt | 1 + inputs/ori/ori-3.instr.txt | 2 ++ inputs/ori/ori-3.ref.txt | 1 + 10 files changed, 27 insertions(+) create mode 100644 inputs/or/or-2.instr.txt create mode 100644 inputs/or/or-2.ref.txt create mode 100644 inputs/or/or-3.data.txt create mode 100644 inputs/or/or-3.instr.txt create mode 100644 inputs/or/or-3.ref.txt create mode 100644 inputs/ori/ori-2.data.txt create mode 100644 inputs/ori/ori-2.instr.txt create mode 100644 inputs/ori/ori-2.ref.txt create mode 100644 inputs/ori/ori-3.instr.txt create mode 100644 inputs/ori/ori-3.ref.txt diff --git a/inputs/or/or-2.instr.txt b/inputs/or/or-2.instr.txt new file mode 100644 index 0000000..d74d6a8 --- /dev/null +++ b/inputs/or/or-2.instr.txt @@ -0,0 +1,4 @@ +3404F0A0 +3405A0A3 +00000008 +00851025 \ No newline at end of file diff --git a/inputs/or/or-2.ref.txt b/inputs/or/or-2.ref.txt new file mode 100644 index 0000000..40a8980 --- /dev/null +++ b/inputs/or/or-2.ref.txt @@ -0,0 +1 @@ +61603 \ No newline at end of file diff --git a/inputs/or/or-3.data.txt b/inputs/or/or-3.data.txt new file mode 100644 index 0000000..50de8d2 --- /dev/null +++ b/inputs/or/or-3.data.txt @@ -0,0 +1,4 @@ +00000000 +12345678 +00000000 +00000000 \ No newline at end of file diff --git a/inputs/or/or-3.instr.txt b/inputs/or/or-3.instr.txt new file mode 100644 index 0000000..5bd5037 --- /dev/null +++ b/inputs/or/or-3.instr.txt @@ -0,0 +1,5 @@ +34041002 +8C820002 +3404F0A0 +00000008 +00441025 \ No newline at end of file diff --git a/inputs/or/or-3.ref.txt b/inputs/or/or-3.ref.txt new file mode 100644 index 0000000..df1fad6 --- /dev/null +++ b/inputs/or/or-3.ref.txt @@ -0,0 +1 @@ +305460984 \ No newline at end of file diff --git a/inputs/ori/ori-2.data.txt b/inputs/ori/ori-2.data.txt new file mode 100644 index 0000000..4573af0 --- /dev/null +++ b/inputs/ori/ori-2.data.txt @@ -0,0 +1,4 @@ +00000000 +19122020 +00000000 +00000000 \ No newline at end of file diff --git a/inputs/ori/ori-2.instr.txt b/inputs/ori/ori-2.instr.txt new file mode 100644 index 0000000..d83de8a --- /dev/null +++ b/inputs/ori/ori-2.instr.txt @@ -0,0 +1,4 @@ +34041002 +8C820002 +00000008 +34420000 \ No newline at end of file diff --git a/inputs/ori/ori-2.ref.txt b/inputs/ori/ori-2.ref.txt new file mode 100644 index 0000000..e683fa1 --- /dev/null +++ b/inputs/ori/ori-2.ref.txt @@ -0,0 +1 @@ +420618272 \ No newline at end of file diff --git a/inputs/ori/ori-3.instr.txt b/inputs/ori/ori-3.instr.txt new file mode 100644 index 0000000..de98ff2 --- /dev/null +++ b/inputs/ori/ori-3.instr.txt @@ -0,0 +1,2 @@ +00000008 +340207E4 \ No newline at end of file diff --git a/inputs/ori/ori-3.ref.txt b/inputs/ori/ori-3.ref.txt new file mode 100644 index 0000000..145262f --- /dev/null +++ b/inputs/ori/ori-3.ref.txt @@ -0,0 +1 @@ +2020 \ No newline at end of file