compudanzas/src/low-level.gmo

20 lines
331 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-07-16 02:14:02 +00:00
=> ./forth.gmi {forth}
=> ./uxnería.gmi {uxnería}
=> ./nibble_dice_tracker.gmi {nibble dice tracker}
2021-06-16 20:57:56 +00:00
=> ./darena.gmi {darena}
=> ./avr-asm.gmi {avr-asm}
2021-07-19 16:55:19 +00:00
# command-line interface notes
=> ./apuntes.gmi {apuntes}