kytoaa / Mossy

A code editor and compiler for a custom language, specifically designed for NES development.
1 stars 0 forks source link

Arbitrary addressing #27

Open kytoaa opened 3 months ago

kytoaa commented 3 months ago

Add support to read and write to arbitrary addresses

kytoaa commented 3 months ago

suggestion on how to implement use _ as a default variable that has an address of $00 and discards normally assigned values then _[address] can be treated as an arbitrary address to read or write to