log

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 23:50:20 -0700 Michael Pavone Add 8bpp picture example
Wed, 31 Aug 2016 22:41:05 -0700 Michael Pavone Remove old 48K limit in assembler
Wed, 31 Aug 2016 22:40:17 -0700 Michael Pavone Fix some bugs in memory access related to the changes for teh 23-bit address space
Wed, 31 Aug 2016 20:49:35 -0700 Michael Pavone Update VINT example for hardware changes
Wed, 31 Aug 2016 20:33:29 -0700 Michael Pavone Update timer example
Wed, 31 Aug 2016 20:30:22 -0700 Michael Pavone Remove samples that were specific to old hardware design
Wed, 31 Aug 2016 20:29:45 -0700 Michael Pavone Switch from RGB 444 to RGB 565 for palette entries
Tue, 30 Aug 2016 22:04:29 -0700 Michael Pavone Updated the HTML documentation a bit
Tue, 30 Aug 2016 21:27:33 -0700 Michael Pavone Implement push and pop
Tue, 30 Aug 2016 21:01:07 -0700 Michael Pavone Added checkerboard sample
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:41 -0700 Michael Pavone Updated HTML documentation to reflect CPU changes