Address of a variable: Difference between revisions

Content added Content deleted
Line 30: Line 30:
UserRam 256 DUP (0) ;define the next 256 bytes as user RAM, initialize them all to zero.
UserRam 256 DUP (0) ;define the next 256 bytes as user RAM, initialize them all to zero.


myString db "Hello World!,255
myString db "Hello World!",255
.code
.code