Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhisme/assm-interpret
https://github.com/zhisme/assm-interpret
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhisme/assm-interpret
- Owner: zhisme
- Created: 2016-02-03T12:40:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T12:40:37.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T01:11:33.478Z (2 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assm-interpret
mnemonic to binary
Simple java interpreter which can be used only in studying purposes#how to use
index point of application is UI/Laucher.java
this starts UI for working with the program
you should insert listing.asm to program input and click `translate` it will give you binary code for u mnemonic code#works the same as assembler does
mnemonics are translated to machine code (binary)#before starting
I have excluded css file `mac_os.css`
You should change it to any css file you want, or just delete code which relates to loading css files
Java we'll use be default modena.css styles
I have deleted the file `mac_os.css` for avoiding wrong repo's language detection
be attentive before starting it