Commit graph

119 commits

Author SHA1 Message Date
Thomas Perl
f2025ac6e8 Add missing ; for ASM comment 2020-05-21 11:10:54 +02:00
Thomas Perl
700514a488 Code OCR fix: lodsbyte -> lods byte 2020-05-21 11:10:09 +02:00
Thomas Perl
f87c4484c2 Fix db512->db 512 2020-05-21 11:09:07 +02:00
Thomas Perl
2342c2d49d Fix typo 2020-05-21 11:08:49 +02:00
Thomas Perl
670082d347 Fix MAXIMUM_SCAN_LINEequ 2020-05-21 11:08:17 +02:00
Thomas Perl
03978b9651 Fix looping/calling OCR bugs 2020-05-21 11:07:47 +02:00
Thomas Perl
a4df877739 Datasegment -> Data segment 2020-05-21 11:07:02 +02:00
Thomas Perl
b3144a2145 Startproc near -> Start proc near 2020-05-21 11:06:40 +02:00
Thomas Perl
9072e5d500 Fix various (ends) code OCR errors 2020-05-21 11:06:10 +02:00
Thomas Perl
97d436fb73 Fix 'endp' -> ' endp'
Automatically done using:

    sed -i '' -e 's/\([^ ]\)endp/\1 endp/g' src/*.md
2020-05-21 10:55:36 +02:00
Thomas Perl
9373e5d2ee Fix 'procnear' -> ' proc near'
Automatically done using:

    sed -i '' -e 's/procnear/ proc near/g' src/*.md
2020-05-21 10:54:08 +02:00
James Gregory
264f0b2624 Sourced a higher-res 13-01 image v1.1
Fixes #18
2019-08-13 22:40:23 +10:00
James Gregory
d34abb2619
Merge pull request #37 from ntwk/master
Replace Pandoc -S switch with +smart extension and update documentation
2019-08-13 21:44:38 +10:00
James Gregory
b61c1dc6eb
Merge branch 'master' into master 2019-08-13 21:44:22 +10:00
James Gregory
9892775079
Merge pull request #34 from ayghor/ayghor-listing-1.3
Listing 1.3: fix typos
2019-08-13 21:29:24 +10:00
James Gregory
5f35d647df
Merge pull request #25 from TheFakeMontyOnTheRun/fix/fixTypoInCycleEaters
Fix OCR error/typo in chapter 4
2019-08-13 21:27:53 +10:00
James Gregory
205e20d4a9
Merge pull request #26 from amroibrahim/patch-1
Update chapter-02.md
2019-08-13 21:27:31 +10:00
James Gregory
28da7c0a8d
Merge pull request #35 from mtexier/fix-59.4
Fix listing 59.4
2019-08-13 21:23:50 +10:00
James Gregory
6c9b1ebee5
Merge pull request #27 from shlomif/correct-typos
Fix spelling, capitalisation and grammar.
2019-08-13 21:22:07 +10:00
James Gregory
67ef5ef0ba
Merge pull request #32 from thp/milliseconds
Fix time unit: Milliseconds instead of microseconds
2019-08-13 21:21:09 +10:00
rnndxb wxcy
c1e37c257b Update README.md to specify Pandoc 2.0 or greater 2018-09-06 10:14:06 -04:00
rnndxb wxcy
44f7df0b28 Use Pandoc +smart extension in Makefile
The --smart/-S option has been removed from Pandoc 2.0.  Use the +smart
extension instead.
2018-09-06 09:59:58 -04:00
Matthieu Texier
6140424123 Fix listing 59.4 2018-07-24 14:44:41 +02:00
Igor de Sant'Ana Fontana
c25e885362
Listing 1.3: fix typos 2018-07-23 16:40:27 -03:00
Thomas Perl
e5e611fe7a Fix time unit: Milliseconds instead of microseconds
DRAM refresh is usually measured in milliseconds, and
from the calculations below one can see that it must
be milliseconds.

And same for the other changes: Multiplying microsecond
values by a factor of ~ 1000 will result in milliseconds.

This is also cross-checked with the PDF available here:
http://twimgs.com/ddj/abrashblackbook/gpbb4.pdf
2018-06-22 12:34:08 +02:00
Shlomi Fish
4f23917dbe Fix spelling, capitalisation and grammar.
In README.md. I hereby put all my changes under CC0/Public-Domain.
2017-09-02 10:32:43 +03:00
Amro Ibrahim
ff14db2bac Update chapter-02.md 2017-08-31 10:00:41 -07:00
TheFakeMontyOnTheRun
3f04c2c77f Fix OCR error/typo in chapter 4
Not only cycles were eaten ;-P
2017-08-27 20:29:36 +01:00
James Gregory
5162407cef Merge pull request #19 from ntwk/master
Correct typos in listing 3.1
2017-08-05 13:17:43 +10:00
James Gregory
fd5e7e94ff Merge pull request #21 from dennis714/master
minor listings formatting
2017-08-05 13:16:52 +10:00
James Gregory
766cc22965 Merge pull request #23 from dgholz/dgholz-typo-1
fix typo 'new' -> 'knew' in about.md
2017-08-05 13:15:12 +10:00
Daniel George Holz
7f2f1f5689 fix typo 'new' -> 'knew' in about.md 2017-08-01 10:38:28 +01:00
Dennis Yurichev
f1c36f03da ... 2016-08-11 03:11:13 +03:00
Dennis Yurichev
c92b4e7d49 mering 2016-08-11 03:07:57 +03:00
Dennis Yurichev
93fa15fd19 ... 2016-08-11 03:07:21 +03:00
Dennis Yurichev
5ece9ece8c minor listing formatting 2016-08-11 03:04:43 +03:00
rnndxb wxcy
37a1456cc8 Correct typos and formatting in listing 3.8 2016-03-03 14:14:09 -05:00
rnndxb wxcy
879524acd5 Correct typos and formatting in listing 3.6 2016-03-03 13:56:41 -05:00
rnndxb wxcy
6d7fcf71b1 Correct typos in listing 3.2 2016-03-03 13:21:25 -05:00
rnndxb wxcy
101714d905 Correct typos in listing 3.1 2016-03-03 13:07:27 -05:00
James Gregory
9b1713b961 Merge pull request #13 from dennis714/master
typos
2015-09-15 13:35:09 +10:00
James Gregory
788a63738f Merge pull request #14 from joseprous/remove_duplicate_text
remove duplicate text
2015-09-15 13:34:20 +10:00
James Gregory
2426d214b6 Merge pull request #15 from joseprous/typo
typo
2015-09-15 13:34:00 +10:00
Jose Prous
30b83be20d typo 2015-09-13 19:41:36 -04:00
Jose Prous
b85ec11c00 remove duplicate text 2015-09-13 19:33:56 -04:00
Dennis Yurichev
a07f8de883 typos 2015-08-14 01:18:56 +03:00
Dennis Yurichev
897e853a42 typos 2015-08-13 06:16:59 +03:00
James Gregory
f69d425cac Merge pull request #8 from brohee/master
misaligned brace in listing 1.5
2014-02-01 15:09:52 -08:00
Bruno Rohée
e93ef444d4 misaligned brace in listing 1.5 2014-02-01 14:39:18 +01:00
James Gregory
419f4be93f Merge pull request #6 from steets/patch-1
Delete errant space in chapter 6
2014-01-31 16:24:21 -08:00