While this is technically correct, it's actually using machine language (NOT assembly) in QBasic. And you have to have a list of the machine language byte values to PEEK, POKE, and/or CALL ABSOLUTE with, which is way harder than doing it in C, where you can use the assembly language mnemonics.