Ryan Schmidt
|
18ed36d090
|
Update get_last_read_value source documentation
|
2023-10-25 03:25:52 -05:00 |
|
Ryan Schmidt
|
c206c7e2cb
|
Fix Apple II/II+ text/lores hbl read addresses
Closes #1181
|
2023-10-25 03:25:48 -05:00 |
|
Ryan Schmidt
|
98730f1f90
|
Fix Apple II/II+/IIe first hbl byte read addresses
Closes #1180
|
2023-10-25 03:21:22 -05:00 |
|
Ryan Schmidt
|
c272632b5a
|
Fix Apple II/II+/IIe hbl row < 64 read addresses
See #1180
|
2023-10-25 03:21:17 -05:00 |
|
Ryan Schmidt
|
577b01e80b
|
Fix Apple II/II+/IIe vbl rows read addresses
See #1180
|
2023-10-25 03:21:06 -05:00 |
|
Thomas Harte
|
14851f407c
|
Merge pull request #1177 from omimakhare/patch-1
Remove Typo
|
2023-10-18 22:52:36 -04:00 |
|
OMKAR MAKHARE
|
47c535414b
|
Update README.md
Corrected "generlaly" to "generally" in the README.md file.
|
2023-10-17 23:35:19 +05:30 |
|
Thomas Harte
|
90f0e937e8
|
Merge pull request #1172 from TomHarte/AddNeskellBinaries
Import Neskell binaries.
|
2023-10-07 14:30:56 -04:00 |
|
Thomas Harte
|
6d1dd218d4
|
Import Neskell binaries.
|
2023-10-07 14:29:53 -04:00 |
|
Thomas Harte
|
451c687441
|
Merge pull request #1168 from TomHarte/8088Tests
Verify and correct 8086 instruction decoding.
|
2023-10-05 17:13:22 -04:00 |
|
Thomas Harte
|
2d20175472
|
Explain absence.
|
2023-10-05 09:27:02 -04:00 |
|
Thomas Harte
|
6597283c34
|
Simplify roll/shift case.
|
2023-10-05 09:26:12 -04:00 |
|
Thomas Harte
|
f6fd49d950
|
Relocate all text wrangling; this isn't really test-specific.
|
2023-10-04 22:35:52 -04:00 |
|
Thomas Harte
|
40af162214
|
Be overt about what's here to aid with printing only.
|
2023-10-04 22:15:13 -04:00 |
|
Thomas Harte
|
92c46faf84
|
Add SETMO and SETMOC.
|
2023-09-29 22:28:23 -04:00 |
|
Thomas Harte
|
ff9237be9f
|
Decode SALC.
|
2023-09-29 22:06:42 -04:00 |
|
Thomas Harte
|
6cbb434482
|
Deal with all dangling aliases.
Leaves just five undocumented instructions.
|
2023-09-29 15:36:34 -04:00 |
|
Thomas Harte
|
9fe6e354a6
|
Determine what I'm up against re: outstanding unofficial opcodes.
|
2023-09-29 15:29:35 -04:00 |
|
Thomas Harte
|
103f42f0b0
|
Introduce FF.7 alias.
|
2023-09-29 15:26:25 -04:00 |
|
Thomas Harte
|
f2732962d0
|
Add 6x 8086 aliases.
|
2023-09-29 15:22:05 -04:00 |
|
Thomas Harte
|
ef5ee8cf94
|
Include missing context on JMP/CALL far.
Zero failing tests amongst official opcodes.
|
2023-09-29 14:57:08 -04:00 |
|
Thomas Harte
|
1a6c8a2aed
|
Add outputters for IN and OUT.
2 failures remaining.
|
2023-09-29 09:39:51 -04:00 |
|
Thomas Harte
|
b76899f2bc
|
Undo broken extension-word DS assumption.
8 failures.
|
2023-09-28 22:17:14 -04:00 |
|
Thomas Harte
|
a24e17c320
|
Simplify debugging hook; remove outdated notes.
|
2023-09-28 22:04:59 -04:00 |
|
Thomas Harte
|
245919e67d
|
Resolve REPNE and whitespace issues.
|
2023-09-28 22:01:12 -04:00 |
|
Thomas Harte
|
6936cf1819
|
Handle special case of INT3.
10 failures.
|
2023-09-28 15:34:33 -04:00 |
|
Thomas Harte
|
ae4a588de3
|
Adjust semantics to avoid culling end of relevant RETs.
|
2023-09-28 15:24:15 -04:00 |
|
Thomas Harte
|
960cca163e
|
Make better guess at CALL/JMP size; apply same sizing-logic as offset for disassembly matching.
13 failures.
|
2023-09-28 14:52:42 -04:00 |
|
Thomas Harte
|
86f12f4d4c
|
Adopt test-set's preferred pointer type for LES and LDS.
15 failures.
|
2023-09-28 14:16:47 -04:00 |
|
Thomas Harte
|
249da884a7
|
Trim trailing space.
|
2023-09-28 13:59:41 -04:00 |
|
Thomas Harte
|
035a1265f6
|
Map invalid reg numbers properly for the 8086.
17 failures.
|
2023-09-28 13:11:15 -04:00 |
|
Thomas Harte
|
ff4d79e77e
|
Add test synonym, fix operand size.
19 failures.
|
2023-09-28 09:43:26 -04:00 |
|
Thomas Harte
|
95df9bcb1e
|
Accept SHL as a synonym of SAL.
20 failures.
|
2023-09-28 09:31:10 -04:00 |
|
Thomas Harte
|
78cb39ad67
|
Also fix AddrReg.
24 failures.
|
2023-09-27 22:47:14 -04:00 |
|
Thomas Harte
|
9207de4164
|
Fix RegAddr macro.
26 failures.
|
2023-09-27 22:44:10 -04:00 |
|
Thomas Harte
|
c20e7ed9b6
|
Fix TEST.
28 failures.
|
2023-09-27 22:30:40 -04:00 |
|
Thomas Harte
|
11c747e3c4
|
Defer worrying about immediate sign extensions.
|
2023-09-27 22:18:05 -04:00 |
|
Thomas Harte
|
02aeec0173
|
Prepare for greater nuance on testing sign extensions by text.
|
2023-09-27 17:06:34 -04:00 |
|
Thomas Harte
|
2d882d2153
|
Switch shift/roll semantics to reduce extension words and for sanity generally.
37 failures.
|
2023-09-27 16:40:46 -04:00 |
|
Thomas Harte
|
638f3d3a53
|
Add special case for shifts and rolls.
|
2023-09-27 11:10:21 -04:00 |
|
Thomas Harte
|
b59eae3676
|
Adopt normative ESC decoding.
55 failures.
|
2023-09-27 10:32:22 -04:00 |
|
Thomas Harte
|
2cc60563e0
|
Resolve rep vs repe.
63 failures.
|
2023-09-26 17:36:22 -04:00 |
|
Thomas Harte
|
5368f789f6
|
Shuffle list slightly.
|
2023-09-26 17:30:27 -04:00 |
|
Thomas Harte
|
b03b408984
|
Give the decoder responsibility for sanity-checking repetitions.
This may avoid some spurious extension words.
|
2023-09-26 17:29:20 -04:00 |
|
Thomas Harte
|
cd072e1b57
|
LEA implies a word. Otherwise add TODOs.
So that's now 69 failures.
|
2023-09-26 15:41:51 -04:00 |
|
Thomas Harte
|
f16ac603f2
|
Deal with printing segment:offset.
70 failing files remaining.
|
2023-09-26 15:28:51 -04:00 |
|
Thomas Harte
|
0a0051eb59
|
I've just been inconsistent with POP. Stop being so.
71 failures from 288 tests.
|
2023-09-26 15:16:41 -04:00 |
|
Thomas Harte
|
92c8e1ca93
|
Add missing #include.
|
2023-09-26 14:52:08 -04:00 |
|
Thomas Harte
|
4a38e6b4b5
|
Take si/di confusion and offset length off the table.
Now 74 failures of 288 tests.
|
2023-09-26 13:21:24 -04:00 |
|
Thomas Harte
|
e56a5899bd
|
Ensure test order is deterministic.
|
2023-09-25 12:28:34 -04:00 |
|