summaryrefslogtreecommitdiff
path: root/report/result_table.tex
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@gmail.com>2024-04-11 23:59:19 -0500
committerBrett Weiland <brett_weiland@gmail.com>2024-04-11 23:59:19 -0500
commit88a70c60e2422c2bce9246271dc083a9d02d2cdc (patch)
tree8662035eda8df000aab330ece228638515befd46 /report/result_table.tex
parent3f1369e4f9e48ff0dd19fe6f500364845d437b0c (diff)
how the fuck am i gonna finish this
Diffstat (limited to 'report/result_table.tex')
-rw-r--r--report/result_table.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/report/result_table.tex b/report/result_table.tex
new file mode 100644
index 0000000..9ec6507
--- /dev/null
+++ b/report/result_table.tex
@@ -0,0 +1,23 @@
+\begin{tabular}{llll}
+\toprule
+ multiplicand & multiplier & result (bin) & result (hex) \\
+\midrule
+ 0b1110 & 0b1111 & 0b10 & 0x2 \\
+ 0b101 & 0b0 & 0b0 & 0x0 \\
+ 0b111111 & 0b111111 & 0b1 & 0x1 \\
+ 0b101110 & 0b110111 & 0b10100010 & 0xa2 \\
+ 0b111011 & 0b100011 & 0b10010001 & 0x91 \\
+ 0b11111 & 0b1010101 & 0b101001001011 & 0xa4b \\
+ 0b11010111 & 0b1010101 & 0b1111001001100011 & 0xf263 \\
+ 0b1010101 & 0b11010111 & 0b1111001001100011 & 0xf263 \\
+ 0b1110111 & 0b110011 & 0b1011110110101 & 0x17b5 \\
+ 0b0 & 0b1110111 & 0b0 & 0x0 \\
+ 0b101010101 & 0b101010101 & 0b11100011000111001 & 0x1c639 \\
+ 0b1100111011 & 0b1001110000 & 0b10011001111010000 & 0x133d0 \\
+ 0b1001101110 & 0b101111010 & 0b11011010111001101100 & 0xdae6c \\
+ 0b10101010101 & 0b10101010101 & 0b111000110111000111001 & 0x1c6e39 \\
+ 0b1111100111 & 0b0 & 0b0 & 0x0 \\
+ 0b101010101010 & 0b101010101010 & 0b111000111100011100100 & 0x1c78e4 \\
+ 0b111001110000 & 0b11111111 & 0b111111100111000110010000 & 0xfe7190 \\
+\bottomrule
+\end{tabular} \ No newline at end of file