mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 15:36:45 +08:00
testing more
This commit is contained in:
parent
c2ec458ac5
commit
a345ba497e
3 changed files with 4 additions and 1 deletions
BIN
.test.bash.swp
BIN
.test.bash.swp
Binary file not shown.
|
|
@ -1,5 +1,7 @@
|
||||||
# Section 2 / What Are Floating Point Numbers?
|
# Section 2 / What Are Floating Point Numbers?
|
||||||
|
|
||||||
|
this is a test.
|
||||||
|
|
||||||
Before we introduce floating point instructions in the AARCH64 ISA, it is
|
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.
|
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
|
They're just powers of two summed together with a single bit at one end
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git diff --name-only main | grep -i ".md"
|
file_list=`git diff --name-only main | grep -i ".md"`
|
||||||
|
echo $file_list
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue