Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/02 06:53
Read: times


 
#20951 - Problem with multiple variables in ASM
Hey guys,
I ran into a little problem when I tried to define more than two variables of DB type. For some reason, if I have more than two defined, the code does not execute at all!
here is what I'm talking about:
ORG 0h
msgWelcome: db 'testing... ',0
msgPortOn: db 'Signal ',0
msgPortOff: db 'No signal ',0
rest of code...
I can pick any two of the above and it works fine, but three doesn't work at all.

It assembles ok, but the chip does not execute the code. I'm using a Dallas 89c420

I'm I doing some stupid code error? maybe something I need to change?...
thanks in advance

Phil

List of 8 messages in thread
TopicAuthorDate
Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      
RE: Problem with multiple variables in ASM            01/01/70 00:00      

Back to Subject List