An open API service indexing awesome lists of open source software.

https://github.com/casey/computer.txt


https://github.com/casey/computer.txt

Last synced: 5 months ago
JSON representation

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
```