Skip to content

Releases: calculuswhiz/Assembly-Syntax-Definition

Multiline comment bug fix.

14 Sep 01:45
Compare
Choose a tag to compare
v1.2.7

Multiline bug fixed.

v1.2.6

13 Sep 21:15
Compare
Choose a tag to compare
  • Bug fixed with # comments.
  • Default commenting shortcut is now //.

Some README stuff.

08 Aug 03:39
Compare
Choose a tag to compare
v1.2.5

Updated install message.

New comments

29 Jul 15:36
Compare
Choose a tag to compare

Added the slash comment style.

Quote escapes fixed

13 May 19:04
Compare
Choose a tag to compare

Error:
""String with quotes"" ← everything should be highlighted.

Name change

30 Apr 04:14
Compare
Choose a tag to compare

I changed the name in the syntax list to GAS/AT&T x86/x64.

v1.2.1

29 Apr 04:47
Compare
Choose a tag to compare

Added .zero directive
Added some misc keywords
Quoted strings account for altmacro usage.

Kernel tested, calculuswhiz approved

22 Apr 06:36
Compare
Choose a tag to compare

I debugged it on the Linux kernel assembly files, and I'm pretty happy with the results.

Bug fixes

17 Apr 20:54
Compare
Choose a tag to compare

Expanded the scope a bit.
Also fixed syntax bugs.

Minor things.

Some cool stuff

08 Feb 05:55
Compare
Choose a tag to compare

I made it so that it cracks down on bad comments a little harder.
If for some reason, you've been putting spaces after your # in #include, now is the time to stop doing that.