testing more

This commit is contained in:
Perry Kivolowitz 2023-01-16 16:24:36 -06:00
parent c2ec458ac5
commit a345ba497e
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -1,5 +1,7 @@
# Section 2 / What Are Floating Point Numbers?
this is a test.
Before we introduce floating point instructions in the AARCH64 ISA, it is
worth going over exactly what a floating point value is. Integers are easy.
They're just powers of two summed together with a single bit at one end

View file

@ -1,2 +1,3 @@
#!/bin/bash
git diff --name-only main | grep -i ".md"
file_list=`git diff --name-only main | grep -i ".md"`
echo $file_list