Hi,
I just exposed myself to assembly language a few days ago so these questions might seem dumb but please bear with me
1) What does dc.b mean? It is used in the code in this context:
dc.b "Enter your name." , CR, LF
Does dc.b mean define constant.byte? If so how is this sentence a byte?
2) What does org mean?
Any help would be highly appreciated.
Thanks