Assembly 101: odd or even?

Do you want to check whether a certain variable is odd or even? This is fairly easy in Assembly: simply check if the lowest bit is odd or even, and you know that the entire byte is or isn’t as well. There are a few ways to code this though. In this post, I’ll briefly go through all methods, explain why they work and tell you my favorite way to do it.

Read more

Deep Dive: NESmaker Summer Camp ’22

This is a news message more than an insightful post, but it absolutely belongs to the Deep Dive category. Starting on wedNESday, july 6th 2022, Joe Granato (founder and creator of NESmaker) is organizing a five weeks long online boot camp for NESmaker developers, going deeper into Assembly coding then ever. The main topic will be the Empty module, one that has been untouched in tutorials up until now.

Read more