Skip to content

Releases: hlorenzi/customasm

v0.11.4

15 Feb 01:12
Compare
Choose a tag to compare

Here's a new release!

v0.11.3

05 Dec 21:50
Compare
Choose a tag to compare

Here's a new release!

v0.11.2

22 Nov 01:23
Compare
Choose a tag to compare

Here's a new release!

v0.11.1

06 Oct 23:15
Compare
Choose a tag to compare

Here's a new release!

v0.11.0

05 Oct 00:24
Compare
Choose a tag to compare

Here's a new release!

v0.10.6

21 Feb 01:42
Compare
Choose a tag to compare

Adds new integer type specifiers for instruction parameters, like {x: u8} or {y: s16}, that will error if an out-of-range argument is supplied!

v0.10.5

23 Jan 12:38
Compare
Choose a tag to compare

Fixes a parsing panic.

v0.10.4

29 Dec 00:34
Compare
Choose a tag to compare

Now ignores whitespace while matching instructions, for more flexible mnemonics!

v0.10.3

18 Nov 12:56
Compare
Choose a tag to compare

Fixes the bitwise not operator.

v0.10.2

03 Oct 10:55
Compare
Choose a tag to compare

Added a new symbol file output option with -s or --symbol.