Newlines at the end of each file to help concatenation

This commit is contained in:
James Gregory 2014-01-05 17:28:05 +11:00
commit 2b0ed9aa12
19 changed files with 22 additions and 18 deletions

2
09.md
View file

@ -993,4 +993,4 @@ Be warned, though, that I've found `OR`, `AND`, `ADD`, and the like to be
a cycle slower than `MOV` when working with immediate operands on the
386 under some circumstances, for reasons that thus far escape me. This
just reinforces the first rule of optimization: Measure your code in
action, and place not your trust in documented cycle times.
action, and place not your trust in documented cycle times.