In this installment of my series, I explain to you how you can declare your very own variables in your custom programming language! Although the only variables you can actually store are 8-byte integers ('long long"s in C), this is a crucial step in creating a functional compiler.
This video is targeted for 64-bit systems running x86-64 (aka x64). If you don't happen to have a chip that runs this, you can use the Linux emulator ecosystem called Qemu. Or, if you have an x64 chip but run Windows, you can use WSL.
Other than that, if you have any questions whatsoever, please ASK ME!! I'm here to help.