https://github.com/platypew/pseudo-assembler-emulator
Emulate Assembler in Minecraft
https://github.com/platypew/pseudo-assembler-emulator
assembler command-block minecraft
Last synced: over 1 year ago
JSON representation
Emulate Assembler in Minecraft
- Host: GitHub
- URL: https://github.com/platypew/pseudo-assembler-emulator
- Owner: PlatyPew
- Created: 2017-07-02T04:33:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T04:34:38.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T10:45:05.053Z (over 1 year ago)
- Topics: assembler, command-block, minecraft
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pseudo Assembler Emulator (WIP)
Ever wondered what to do when you have too much times on your hands and too little time for your assignments? Then try creating computers in Minecraft!
## Initialising everything
`/reload`
`/function cpu:makeall`
## Removing everything
`/function cpu:makeclean`
## Running program
`/function cpu:main`
## Notes
Still work in progress and works in `1.12` onwards