compudanzas/src/low-level.gmo

40 lines
521 B
Plaintext
Raw Normal View History

2021-06-16 20:57:56 +00:00
# low-level programming
writing code closer to the machine(s)
2021-07-19 16:55:19 +00:00
# textos
2021-06-16 20:57:56 +00:00
=> ./s-camino.gmi {s-camino}
# software
2021-09-02 00:26:39 +00:00
## in C
=> ./turingsim.gmi {turingsim}
## uxn
=> ./uxnería.gmi {uxnería}
=> ./nibble_dice_tracker.gmi {nibble dice tracker}
2021-06-16 20:57:56 +00:00
=> ./darena.gmi {darena}
2021-09-02 00:26:39 +00:00
2021-12-17 19:26:33 +00:00
## avr-asm
=> ./tomatimer.gmi {tomatimer}
=> ./avr-asm.gmi {avr-asm}
2021-10-24 21:55:35 +00:00
## mu
=> ./mu.gmi {mu}
2021-07-19 16:55:19 +00:00
2021-09-02 00:26:39 +00:00
## forth
=> ./forth.gmi {forth}
2022-01-20 23:31:30 +00:00
## go
the {gemini} server we are using right now, chamorrx.
2021-12-17 19:26:33 +00:00
2021-10-24 21:55:35 +00:00
2021-07-19 16:55:19 +00:00
# command-line interface notes
=> ./apuntes.gmi {apuntes}