From 516098ede1ffd6503ef797b0fc56cf500c5ef05c Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 3 Nov 2021 15:58:12 -0600 Subject: [PATCH] removed 'to cover' section --- src/uxn_tutorial.gmo | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/uxn_tutorial.gmo b/src/uxn_tutorial.gmo index dd10166..494cef3 100644 --- a/src/uxn_tutorial.gmo +++ b/src/uxn_tutorial.gmo @@ -156,16 +156,6 @@ you can find a more detailed reference of all the opcodes in the uxntal opcode m * JSR: unconditionally jump to the address in the working stack, pushing down into the return stack the address of the next instruction in memory * STH: take a value from the working stack and push it down into the return stack. in return mode, do the opposite. -# to cover - -these are topics and examples that have still to be covered in the remaining days of the tutorial: - -* the audio device -* practice: small music instrument -* file device: saving and loading a simple state -* datetime device: reading the date and time -* practice: visualization of time - # support if you enjoyed this tutorial and found it helpful, consider sharing it and giving it your {support} :)