We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746d15e commit a1e4194Copy full SHA for a1e4194
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.11.9
4
+
5
+- Makes it so the assembler will select the rule with the fewest amount of
6
+output bits in the case of multiple matches.
7
+- Adds the `mesen-mlb` symbol output format, for use with the Mesen NES emulator.
8
9
## v0.11.8
10
11
- Adds the built-in function `le()`, which reverses the bytes of an integer,
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "customasm"
-version = "0.11.8"
+version = "0.11.9"
edition = "2018"
authors = ["hlorenzi <https://hlorenzi.com>"]
description = "An assembler for custom, user-defined instruction sets!"
0 commit comments