The datapath.sch isn't different from the one up there now except that it has the new port symbol in it, so a bunch of the wires are
shifted around a little bit, and it has a whole bunch of extra IO ports for the stuff I tested.  The port.sch file has all the modifications I talked about in it.

The ByteRAM.v is the latest one Larry posted with some modifications so that our main program starts at 0x0000, our interrupts start at 0xC000, and they are both 0x0200 (512) bytes long.  

The asm file should be about what we need to do the requirements of the project.  I haven't actually tested it, but translating it into hex shouldn't be too bad, mostly worrying about the branch target addresses might be a pain.

-Philbrook