Difference between revisions of "6.115 Toolchain"

From SlugWiki
Jump to: navigation, search
m (20 revisions imported)
 
(18 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Instructions==
+
=A few notes=
<code>
+
I have created a toolchain to make assembling code for the 8051 easier on Linux and Mac operating systems. Instructions below.
sudo apt-get install dosbox python-serial
+
  
 
+
The latest version is available at https://github.com/igutekunst/6.115-Toolchain including instructions.
mkdir ~/6.115
+
 
+
cd ~/6.115
+
 
+
wget http://mit.edu/~igutek/Public/6.115_toolchain.zip
+
 
+
unzip 6.115_toolchain.zip
+

Latest revision as of 23:31, 25 August 2015

A few notes

I have created a toolchain to make assembling code for the 8051 easier on Linux and Mac operating systems. Instructions below.

The latest version is available at https://github.com/igutekunst/6.115-Toolchain including instructions.