log src/asm.c @ 59:b15187a99d6f default tip

age author description
Wed, 07 Sep 2016 23:15:27 -0700 Michael Pavone Add a command line option for printing out label addresses on the command line. Useful for debugging purposes. default tip
Tue, 06 Sep 2016 09:42:31 -0700 Michael Pavone Fix ldimh special casing of loading labels for the case when the label is not a forward reference
Thu, 01 Sep 2016 21:52:48 -0700 Michael Pavone Implement lsli and lsri in assembler
Wed, 31 Aug 2016 22:41:05 -0700 Michael Pavone Remove old 48K limit in assembler
Tue, 30 Aug 2016 20:50:54 -0700 Michael Pavone Rework data segment setup to allow a stack segment and to add space for push and pop instructions
Mon, 29 Aug 2016 21:17:12 -0700 Michael Pavone Minor fix to assembler to support get/set databanks instructions
Sun, 03 Apr 2016 18:37:01 -0700 Michael Pavone Added incbin directive to assembler