From 276f7f821673c5e7dbf918cce5336543826f24f7 Mon Sep 17 00:00:00 2001 From: yhp19 Date: Sat, 12 Dec 2020 23:59:04 +0800 Subject: [PATCH] Added ref files for j and load instructions --- inputs/j.ref.txt | 1 + inputs/jal.ref.txt | 1 + inputs/jalr.ref.txt | 1 + inputs/jr.ref.txt | 1 + inputs/lb.ref.txt | 1 + inputs/lbu.ref.txt | 1 + inputs/lh.ref.txt | 1 + inputs/lhu.ref.txt | 1 + inputs/lui.ref.txt | 1 + inputs/lw.ref.txt | 1 + inputs/lwl.ref.txt | 1 + inputs/lwr.ref.txt | 1 + 12 files changed, 12 insertions(+) create mode 100644 inputs/j.ref.txt create mode 100644 inputs/jal.ref.txt create mode 100644 inputs/jalr.ref.txt create mode 100644 inputs/jr.ref.txt create mode 100644 inputs/lb.ref.txt create mode 100644 inputs/lbu.ref.txt create mode 100644 inputs/lh.ref.txt create mode 100644 inputs/lhu.ref.txt create mode 100644 inputs/lui.ref.txt create mode 100644 inputs/lw.ref.txt create mode 100644 inputs/lwl.ref.txt create mode 100644 inputs/lwr.ref.txt diff --git a/inputs/j.ref.txt b/inputs/j.ref.txt new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/inputs/j.ref.txt @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/inputs/jal.ref.txt b/inputs/jal.ref.txt new file mode 100644 index 0000000..d8263ee --- /dev/null +++ b/inputs/jal.ref.txt @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/inputs/jalr.ref.txt b/inputs/jalr.ref.txt new file mode 100644 index 0000000..d8263ee --- /dev/null +++ b/inputs/jalr.ref.txt @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/inputs/jr.ref.txt b/inputs/jr.ref.txt new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/inputs/jr.ref.txt @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/inputs/lb.ref.txt b/inputs/lb.ref.txt new file mode 100644 index 0000000..f8ff60d --- /dev/null +++ b/inputs/lb.ref.txt @@ -0,0 +1 @@ +4294967178 \ No newline at end of file diff --git a/inputs/lbu.ref.txt b/inputs/lbu.ref.txt new file mode 100644 index 0000000..eafdfb0 --- /dev/null +++ b/inputs/lbu.ref.txt @@ -0,0 +1 @@ +138 \ No newline at end of file diff --git a/inputs/lh.ref.txt b/inputs/lh.ref.txt new file mode 100644 index 0000000..9e489ac --- /dev/null +++ b/inputs/lh.ref.txt @@ -0,0 +1 @@ +4294934819 \ No newline at end of file diff --git a/inputs/lhu.ref.txt b/inputs/lhu.ref.txt new file mode 100644 index 0000000..db277c1 --- /dev/null +++ b/inputs/lhu.ref.txt @@ -0,0 +1 @@ +33059 \ No newline at end of file diff --git a/inputs/lui.ref.txt b/inputs/lui.ref.txt new file mode 100644 index 0000000..7751570 --- /dev/null +++ b/inputs/lui.ref.txt @@ -0,0 +1 @@ +305419896 \ No newline at end of file diff --git a/inputs/lw.ref.txt b/inputs/lw.ref.txt new file mode 100644 index 0000000..7751570 --- /dev/null +++ b/inputs/lw.ref.txt @@ -0,0 +1 @@ +305419896 \ No newline at end of file diff --git a/inputs/lwl.ref.txt b/inputs/lwl.ref.txt new file mode 100644 index 0000000..7751570 --- /dev/null +++ b/inputs/lwl.ref.txt @@ -0,0 +1 @@ +305419896 \ No newline at end of file diff --git a/inputs/lwr.ref.txt b/inputs/lwr.ref.txt new file mode 100644 index 0000000..7751570 --- /dev/null +++ b/inputs/lwr.ref.txt @@ -0,0 +1 @@ +305419896 \ No newline at end of file