https://github.com/casey/computer.txt
https://github.com/casey/computer.txt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casey/computer.txt
- Owner: casey
- License: cc0-1.0
- Created: 2021-05-23T04:40:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T06:03:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T14:40:31.648Z (8 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
computer.txt
============
todo
----
- add more opcodes
- allow reading from braille string to fit in tweet
- consider using ; for comments since it's traditional
- `computer` crate?
- multiple communicating instances
- write some more programs:
- hello world
- echo
- print file
- read a number from standard input, decrement it till zero, printing each time
addition
--------
```computer
00: 10 10 10 11 20 12 FF
10: 02 02
```
```computer
R0: 04
RC: 06
00: 10 10 10 11 20 12 FF
10: 02 02 04
```