michaelh synced commits to main at michaelh/hugo-academic-mirror from mirror 2025-08-17 19:31:15 +02:00
1525b21059 chore: bump version
michaelh pushed to main at michaelh/ch81 2025-08-17 18:53:31 +02:00
7f659f8c74 ch81: normalise the OP r, * and OP *, r' forms
d3e2fd5cb8 ch81: flattened FlagSet into Flag
Compare 2 commits »
michaelh synced commits to main at michaelh/hugo-academic-mirror from mirror 2025-08-17 03:21:16 +02:00
33ebd99049 feat: add support for breaking changes in Hugo's templating system
michaelh synced commits to refs/tags/modules/blox-tailwind/v0.4.0 at michaelh/hugo-academic-mirror from mirror 2025-08-16 11:01:15 +02:00
michaelh synced new reference refs/tags/modules/blox-tailwind/v0.4.0 to michaelh/hugo-academic-mirror from mirror 2025-08-16 11:01:15 +02:00
michaelh synced commits to refs/tags/modules/blox-tailwind/v0.4.1 at michaelh/hugo-academic-mirror from mirror 2025-08-16 11:01:15 +02:00
michaelh synced new reference refs/tags/modules/blox-tailwind/v0.4.1 to michaelh/hugo-academic-mirror from mirror 2025-08-16 11:01:15 +02:00
michaelh synced commits to main at michaelh/hugo-academic-mirror from mirror 2025-08-16 11:01:15 +02:00
655af4dd30 ci: update
8f5b64315d ci: update
0d4c074ddf ci: update
701dcd6f8f build: update lock
6faf65df41 starters: upgrade to support Hugo v0.148.2
Compare 12 commits »
michaelh pushed to main at michaelh/ch81 2025-08-06 21:09:22 +02:00
a326b739a1 ch81: disable some more undocumented opcodes
michaelh pushed to main at michaelh/ch81 2025-08-06 21:05:33 +02:00
0366f3b7ca ch81: disable some more undocumented opcodes
21ac2024af ch81: add some undocumented opcodes
Compare 2 commits »
michaelh pushed to main at michaelh/ch81 2025-08-06 20:43:51 +02:00
76d7c7ff68 ch81: implement RLD, RRD
a6044f896a ch81: disable the undocumented instruction tests
Compare 2 commits »
michaelh pushed to main at michaelh/ch81 2025-08-05 08:12:40 +02:00
47dff8cc6d ch81: stop execution on Bug()
michaelh pushed to main at michaelh/ch81 2025-08-04 21:22:59 +02:00
08d22aba50 ch81: implement LD A,{R,I}
michaelh pushed to main at michaelh/ch81 2025-08-04 21:07:58 +02:00
d38857d63c ch81: implement CPI, CPIR, CPD, CPDR, RETI, and RETN
michaelh pushed to main at michaelh/ch81 2025-08-04 20:33:28 +02:00
b16663c587 ch81: implement LDI, LDD, LDIR, and LDDR
michaelh pushed to main at michaelh/ch81 2025-08-03 17:10:20 +02:00
7a07079f83 ch81: implement BIT, SET, RES
2193214b1c ch81: implemented 16 bit ADD, ADC, SBC
0cf98e5ea1 ch81: implement NEG using SUB
2c3f207ace ch81: move arithmetic out and implement CP
Compare 4 commits »
michaelh pushed to main at michaelh/ch81 2025-08-02 19:37:49 +02:00
8b6b0287ef ch81: implement add, sub using the techniques from fabgl
michaelh pushed to main at michaelh/ch81 2025-08-02 17:40:19 +02:00
d203ef1978 ch81: implement the shift instructions
michaelh pushed to main at michaelh/ch81 2025-08-02 12:00:45 +02:00
4d1cc24edc ch81: add z80test
michaelh pushed to main at michaelh/ch81 2025-08-02 11:57:54 +02:00
279a0576ba ch81: added z80test