6.115 Toolchain

From SlugWiki
Revision as of 18:54, 9 February 2012 by Isaac (Talk)

Jump to: navigation, search

Instructions

sudo apt-get install dosbox python-serial

mkdir ~/6.115

cd ~/6.115

wget http://mit.edu/~igutek/Public/6.115_toolchain.zip

unzip 6.115_toolchain.zip

echo "export PATH=~/6.115/tools/bin:\$PATH" >> ~/.bashrc

Test this by typing rasm test.asm

It should work. If not, bitch at Isaac, or figure it out.