diff --git a/section_1/hello_world/README.pdf b/section_1/hello_world/README.pdf index b462c2d..2299a49 100644 Binary files a/section_1/hello_world/README.pdf and b/section_1/hello_world/README.pdf differ diff --git a/section_2/float/literals.md b/section_2/float/literals.md index 89673c3..ab62295 100644 --- a/section_2/float/literals.md +++ b/section_2/float/literals.md @@ -136,6 +136,10 @@ s1 = fptr[counter]; Cool huh? +On Linux, just as w/x0 through w/x7 are scratch registers and used to +pass parameters, s/d0 and s/d7 are as well beginning with the 0 +register. + ## Fitting 32 bits into a 32 bit bag **This section is currently LINUX-centric - in the future it will diff --git a/section_2/float/literals.pdf b/section_2/float/literals.pdf index 1a2ac50..5dc9329 100644 Binary files a/section_2/float/literals.pdf and b/section_2/float/literals.pdf differ diff --git a/section_2/float/working.pdf b/section_2/float/working.pdf index a3eab10..cf4e9c2 100644 Binary files a/section_2/float/working.pdf and b/section_2/float/working.pdf differ