Skip to content

Releases: calculuswhiz/Assembly-Syntax-Definition

Comment error

08 Feb 05:22
Compare
Choose a tag to compare

Wasn't catching non-comment #'s.
E.g.

Below is not a valid comment:

if

Directive errors and mods and label mods

31 Jan 19:13
Compare
Choose a tag to compare

Missed the .code64 directive. Accidentally put the code directives inside the cfi_ suffixes. Oops.
Modified my definition for labels.
Also, split up the .arch directive help distinguish valid architectures.

Extension names

31 Jan 18:05
Compare
Choose a tag to compare

Added support for .sx files. (Files that must be preprocessed by gcc.)

Missing directives

30 Jan 06:40
Compare
Choose a tag to compare

a = b means .set a, b
a == b means .eqv a,b

Bug fix and organization

23 Dec 02:33
Compare
Choose a tag to compare

Mistakenly highlights 'movz' and 'movzlq'. Those don't work.

Now on Package Control!

10 Dec 03:10
Compare
Choose a tag to compare

This version is hopefully will update smoothly. Mostly just wanted to test the update process.

Semantic Tag

09 Dec 06:34
Compare
Choose a tag to compare

Hello, decided to switch to semantic versioning, so we'll start over at v1.0.0. Aside from that, I don't think anything is new.