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
Thu, 31 Mar 2016 23:25:52 -0700 Michael Pavone Implemented timer and timer interrupts. Added get/setvbr instructions. Fixed assembler bug. Moved mnemonics into a separate source file
Sun, 27 Mar 2016 21:07:41 -0700 Michael Pavone Allow negative decimal literals
Sun, 27 Mar 2016 17:32:09 -0700 Michael Pavone Fix parsing of hex literals in assembler
Sat, 26 Mar 2016 23:31:08 -0700 Michael Pavone Added assembler. Removed hand-assembled version of hello world example