Rapture(10:47:27)
isn't interrupts also kind of multitastking? interrupt interrupts your basic program to see if a key is pressed, or to make cursor blink or to see other stuff
Rapture(10:46:07)
yes one command after another. BASICally it's multitasking. slow but yeah
mirrorbird(10:46:00)
an opcode is like a single instruction or command. like PRINT or GOTO in basic. they are a bit more "raw" but it's the same kind of idea, an opcode is a command. it's what the CPU (chip) supports