1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Start the python assembler directory

This commit is contained in:
Ross Wilson
2016-01-22 18:30:03 +07:00
parent c84b89407a
commit 964a9a62f5

6
pyasm/README.rst Executable file
View File

@@ -0,0 +1,6 @@
Imlac Assembler
---------------
The code here implements an assembler for Imlac. Written in python.
The design docs are `in the wiki <https://github.com/rzzzwilson/pymlac/wiki/pymlac%20Assembler%20Internals>`_.