morgan-mcnabb / CPP-Boy-Advanced

0 stars 0 forks source link

CPU - Registers #11

Open t-ramz opened 3 years ago

t-ramz commented 3 years ago

We should have some way to implement the 37 registers of the CPU.

31 general purpose and 6 status registers.

t-ramz commented 3 years ago

This could likely be done through a simple solution like using global variables with conditional update methods.