Python Commandline Argument Parsing
A quick set of notes on how to parse command line arguments properly in Python. This uses the argparse module, totally removing any effort on your part when it comes to processing command line switches.
A quick set of notes on how to parse command line arguments properly in Python. This uses the argparse module, totally removing any effort on your part when it comes to processing command line switches.
How to write GameBoy Advance (GBA) homebrew using modern tools and systems in 2020. Compilers, editors, debugging and more!
This isn’t the definitive way of doing things, but it’s a way that seems to work for me. Also you might read this and think it a bit convoluted and full on. I didn’t create it all in one go, it’s a workflow that has evolved over time.
Put the summary here, it shouldn’t show the video. hello. This is a long piece of text to see what happens when it wants to overflow the box it is inside. Will it wrap or do an ellipsis?
It wraps, this is annoying.
A short comparison between low level Z80 assembler and high level C
test
The beating heart of any CPU is the fetch-decode-execute cycle. It is the same for our simulator
Sometimes you have to type out almost identical lines of code, and it’s either time consuming or error prone. Here’s how to avoid it all by using some clever Excel techniques.
How to efficiently store and execute many small functions, without using a single if statement or switch construct.
To begin, this isn’t technically an emulator, the system I’m trying to model isn’t real. This is more of a simulator, but that’s less of a catchy search word on the Internet.
Day 1 of the #GitHubGameOff jam, where I create a basic platform controller and level builder.