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
mirrorbird(10:45:17)
...ms are written the right way
Rapture(10:45:15)
i see those asm commands there. brrrr. nothing for me, too cryptic, for me.
mirrorbird(10:45:11)
Rap: essentially yeah although you don't need multiple CPUs for multitasking, it can be "faked" -- like for example 'round robin', you ask each program "run your little bit" and then the next one, and the next one -- a single CPu can do this, if the progra
Rapture(10:44:57)
what is an opcode though? on right side, linus video. like asm commands?