Actions

Sx assembler

From Just in Time

Revision as of 00:50, 18 January 2007 by Danny (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Work is in progress on a boost.spirit based SX assembler.

The sx assembler consists of 2 parts:

  • frontend; create a syntax tree out of the program text. There is a working spirit grammar without actions (the actual tree building). Open items are:
    • include
    • macros
    • recognizing opcodes that start in the label column (the first column).
  • backend; create a list- and hex-file out of the generated parse tree.