Commit 5a3fbc0
committed
release: Release 2.23.0 [skip actions]
# [2.23.0](v2.22.0...v2.23.0) (2026-08-23)
### Bug Fixes
* A label's value is its address, and an address does not fit a byte ([dab518f](dab518f))
* Correct DAA's auxiliary carry and carry, found by CP/M exercisers ([eadd7ef](eadd7ef))
* Improve 8085 instruction accuracy and coverage ([21be716](21be716))
* Improve missing operand spacing errors ([9918a74](9918a74))
* Keep the interrupt pins in the application store ([69ceed3](69ceed3))
* Register each device once, and refuse to map one that cannot be clocked ([4eb2b64](4eb2b64))
* Separate the interrupt pins from the processor's view in serialized state ([dd4e5b6](dd4e5b6))
* Stop devices owning the interrupt pins, and make the machine explicit ([6f0c282](6f0c282))
### Features
* Add conditional assembly, macros and DS, so the SDK-85 monitor assembles ([c99e1c7](c99e1c7))
* Add DW and the missing expression operators to the assembler ([8443765](8443765))
* Build the SDK-85 machine so the 8279 answers on the bus ([5eb767c](5eb767c))
* Expose the SDK-85 machine to JavaScript, and drive EXAM REG properly ([4523fc9](4523fc9))
* Let devices drive the interrupt lines and answer on the port space ([c6c04dc](c6c04dc))
* Model the 8155 timer, completing GO and SINGLE STEP ([65eb426](65eb426))1 parent 97e3025 commit 5a3fbc0
2 files changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments