6 Commits

Author SHA1 Message Date
Mikael Pettersson
47502d2bb7 as: add support for .ident directives
- token.def: enable T_DOT_IDENT
- tunit.h: add S_DOT_IDENT and make it share attributes with S_DOT_FILE,
  describe available section types, add tunit_strtab_section_enter(),
  rearrange declarations
- tunit.c: implement tunit_strtab_section_enter()
- parse.c: generalize .file parser, use it also for .ident
- input.c: handle S_DOT_IDENT, lookup or create .comment strtab section,
  append given string literal to that section
2015-05-01 14:14:38 +02:00
Mikael Pettersson
af1fd536c2 pdp10-tools: Add GPL License and a README, remove old 'as' prototype 2015-04-19 18:27:43 +02:00
Mikael Pettersson
a037f1b991 as: support ".size <sym>,.-<sym>" 2015-01-29 19:48:42 +00:00
Mikael Pettersson
18fa204fad as: add ".type <symbol>,@function" support 2014-04-10 18:41:25 +00:00
Mikael Pettersson
35ee3e25aa as: generalize section handling, support .file 2014-04-08 18:56:28 +00:00
Mikael Pettersson
ab2037008a as: add initial, primitive, but working assembler 2013-07-23 20:46:16 +00:00