Now I know a little bit about gbz80 assembly.
Posted by: joshuarpl2
Date: 2018-12-04 10:22:32
Loading a value into A! ld a,<value>
Loading A's value into an address! ld (<adress>),a
But i have no idea how to increment or decrement values, but at least what I know now is a start to programming.
However I have a problem with this https://eldred.fr/gbz80toitems3/
Whenever I use ld (<adress>),a It says Line <Line number> : <address> is badly formatted hexadecimal !
How do I fix this? :-\