$Id: TODO,v 1.3 2003/04/28 21:33:09 chl Exp $

To do list for kasm
-------------------

- Add support for {{ var_1 var_2 ... var_n }} construct.

- Add support for local labels, and perhaps also link labels (I have
  to understand first what is that :-) .
=> Local labels supported.
  
- Add MASD's !FL and !?FL for conditional compilation, perhaps in an
  improved way.
=> Done.

- Add support for !ASM and !RPL.

- Allow /filename for object inclusion. (?)
=> Done.

- Allow INCLOB filename for object inclusion. (?)
=> Done.

- Warn about unused labels.

- Add support for !ABSOLUT and related. (?)
=> Done.

- Add support for !ADR.
=> Done (but not tested).

- Verify if !1-16 and !0-15 make any difference in the HP49's MASD,
  and, if it does, mimic its behaviour in kasm.

- Support /cAscii/c, where /c is the cents character. Well, first a
  suitable character must be found. (?)
=> Done.
