James Gregory
4028269fe1
Merge pull request #43 from thp/code-fixes
...
Code fixes
2020-05-21 19:30:04 +10:00
Thomas Perl
d54e14ca74
CurrentColordb -> CurrentColor db
2020-05-21 11:25:45 +02:00
Thomas Perl
4b5c169695
COLOR_ENTRY_LENGTHequ -> COLOR_ENTRY_LENGTH equ
2020-05-21 11:25:15 +02:00
Thomas Perl
8d29240973
loopDrawDiagonalLoop -> loop DrawDiagonalLoop
2020-05-21 11:24:43 +02:00
Thomas Perl
7388cf370c
loopVLineLoop -> loop VLineLoop
2020-05-21 11:24:18 +02:00
Thomas Perl
beff664727
labelbyte -> label byte
2020-05-21 11:23:42 +02:00
Thomas Perl
b9bf2eb0ed
_DATAsegmentpublic -> _DATA segment public
2020-05-21 11:14:12 +02:00
Thomas Perl
1a87045a95
pus h -> push
2020-05-21 11:13:30 +02:00
Thomas Perl
28e420e665
Fix ASM OCR of macros
2020-05-21 11:13:06 +02:00
Thomas Perl
51194d4928
not40h -> not 40h
2020-05-21 11:12:28 +02:00
Thomas Perl
b96792917b
Fix more ASM calling (OCR)
2020-05-21 11:12:10 +02:00
Thomas Perl
73e56070b4
Fix function calling (OCR)
2020-05-21 11:11:50 +02:00
Thomas Perl
6adf8f912b
Fix cmpcx->cmp cx
2020-05-21 11:11:16 +02:00
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