I'm using this method for to use "variables" in my code:
ld hl, myVariable ; read its value ld (lh), 15 ; write its value myVariable: db 0
This way is perfect if I have a 1 byte value, but if I must use a 2 (ore more) bytes value I tryed much way to define a "db" but without success.
Can you help me please?
!login ou Inscrivez-vous pour poster