prog8/python/il65/codegen/tinyvm/__init__.py

9 lines
198 B
Python
Raw Normal View History

2018-03-06 21:25:45 +00:00
"""
Programming Language for 6502/6510 microprocessors, codename 'Sick'
This is the tinyvm stack based program generator
Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
"""
2018-03-10 19:32:34 +00:00