Skip to content

Commit e316605

Browse files
updated for 0.4.2
1 parent 4fd8ef2 commit e316605

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Changes that are planned but not implemented yet:
1414
* missing `:` after labels
1515
* unknown labels
1616
* Add named label scopes. This would allow a label to be defined in a specific scope that can be shared across files.
17-
* Create a "align if needed" preprocessor directive paid that generates an `.align` directive is the bytecode in between the paid isn't naturally on the same page and can fit on the same page if aligned. An error would be benerated if the block of code can't fit on the same page regardless of alignment.
17+
* Create a "align if needed" preprocessor directive paid that generates an `.align` directive if the bytecode in between the pair isn't naturally on the same page and can fit on the same page if aligned. An error would be benerated if the block of code can't fit on the same page regardless of alignment.
1818

1919
## [Unreleased]
20+
21+
## [0.4.2]
2022
* Added support for The Minimal 64x4 Home Computer with an example and updated assembler functionality to support it.
2123
* Added `address` operand type that enables several features specific to absolute addresses, include slicing the address to support "short jump" type instructions.
2224
* Added `.align` directive to align the current address to a multiple of a given value.
@@ -153,7 +155,8 @@ First tracked released
153155
* Enabled the `reverse_argument_order` instruction option be applied to a specific operand configuration. This slightly changed the configuration file format.
154156
* Added ability for instructions with operands to have a single "empty operand" variant, e.g., `pop`
155157

156-
[Unreleased]: https://github.com/michaelkamprath/bespokeasm/compare/v0.4.1...HEAD
158+
[Unreleased]: https://github.com/michaelkamprath/bespokeasm/compare/v0.4.2...HEAD
159+
[0.4.2]: https://github.com/michaelkamprath/bespokeasm/compare/v0.4.1...v0.4.2
157160
[0.4.1]: https://github.com/michaelkamprath/bespokeasm/compare/v0.4.0...v0.4.1
158161
[0.4.0]: https://github.com/michaelkamprath/bespokeasm/compare/v0.3.3...v0.4.0
159162
[0.3.3]: https://github.com/michaelkamprath/bespokeasm/compare/v0.3.2...v0.3.3

0 commit comments

Comments
 (0)