Skip to content

Releases: calculuswhiz/Assembly-Syntax-Definition

Added some new pseudo ops

17 Jul 20:50
Compare
Choose a tag to compare
v1.3.9

Added a couple new pseudo-ops, to include .nops.

Fixed word boundary issue

01 May 19:53
Compare
Choose a tag to compare

Separated out regex groups for preproc types.

Fixed invalid comment resolution

01 May 01:52
Compare
Choose a tag to compare

# include will no longer highlight as an error, but will show up as a preprocessor.

v1.3.6

01 Feb 05:41
Compare
Choose a tag to compare

More a news update. README is also now current.

Label minor error fixed

28 Jan 18:31
Compare
Choose a tag to compare

Labels weren't showing after semicolon. See quine.sx for example.

x87 %st registers fixed.

03 Sep 07:20
Compare
Choose a tag to compare

Was showing %st(.*) as valid. Should only show valid for %st and %st([1-7]) now.

MIT Licensed

22 Mar 02:53
Compare
Choose a tag to compare

Now includes the MIT License.

Block comment bug fixed

30 Jan 00:14
Compare
Choose a tag to compare

Putting spaces before the block comment marker /* would fail to highlight up to */ on later lines.

Minor Cleanups

25 Jan 17:32
Compare
Choose a tag to compare
  • Most provided code now uses // comments instead of # comments.
  • Skeleton code explains how to compile with gcc.
  • Readme explains some features.

See messages for details

15 Sep 13:29
Compare
Choose a tag to compare
Renamed the scope, changed floating point expression, added some inst…

…ructions.