https://github.com/parasj/python-assembler
Assembler written in Python for CS3220
https://github.com/parasj/python-assembler
Last synced: 6 months ago
JSON representation
Assembler written in Python for CS3220
- Host: GitHub
- URL: https://github.com/parasj/python-assembler
- Owner: parasj
- Created: 2016-10-20T04:35:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T02:06:19.000Z (about 9 years ago)
- Last Synced: 2025-06-13T05:04:43.142Z (7 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-assembler
Assembler written in Python for CS3220
Problem:
For some reason when trying to assemble test2, one of the symbols, jalreturn, is 4x as big as its supposed to be? It's the only one like that so idk why. Everything else seems to be correct.