This commit is contained in:
Kartik K. Agaram 2021-03-27 21:52:16 -07:00
parent b98832253f
commit ad53022489
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Demo of mouse, showing deltas in x and y position for every event.
# Demo of mouse support.
#
# To build a disk image:
# ./translate ex10.mu # emits disk.img

2
ex8.mu
View File

@ -1,4 +1,4 @@
# Demo of floating-point
# Demo of floating-point support.
#
# To build a disk image:
# ./translate ex8.mu # emits disk.img