Submissions from 2015-01-27 to 2015-01-28 (2 total)

This is an MSP430 assembly reimplementation of my day #1. One of the things that I really like about the MSP430 instruction set is that there are 52 instructions & 7 addressing modes. Because of this, I think the assembly tends to be very easy to follow. I did, however, get a bit lazy when writing this. The 6 local labels likely make this code a bit odd to read (especially without looking at the equivalent C code.) It's about 10 bytes larger than the C code compiled with -O

speaker.S702 bytes
2 downloads

As of late I've been working on a compiler for a new type of HTML/CSS that helps couple the two together better but still in a reusable and simple way.

Today I spent 30 mins on my work lunch break working on component caching, which will help the compiler to only output the CSS once.

example.nweb1kb