You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,11 @@ Changes that are planned but not implemented yet:
14
14
* missing `:` after labels
15
15
* unknown labels
16
16
* 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.
18
18
19
19
## [Unreleased]
20
+
21
+
## [0.4.2]
20
22
* Added support for The Minimal 64x4 Home Computer with an example and updated assembler functionality to support it.
21
23
* Added `address` operand type that enables several features specific to absolute addresses, include slicing the address to support "short jump" type instructions.
22
24
* Added `.align` directive to align the current address to a multiple of a given value.
@@ -153,7 +155,8 @@ First tracked released
153
155
* Enabled the `reverse_argument_order` instruction option be applied to a specific operand configuration. This slightly changed the configuration file format.
154
156
* Added ability for instructions with operands to have a single "empty operand" variant, e.g., `pop`
0 commit comments