1
Off Topic / Re: big nerd trying to learn assembly
« on: November 19, 2017, 10:23:44 AM »
You want to interpret those addresses as little endian. The $4AXX addresses are some functions in ROM you'd have to post the code for, $C00F (used as temporary storage) and $D75B are in RAM, and $0003 looks like screen coordinates for whichever one is the printing function.