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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/24/03 17:14
Read: times


 
#37122 - RE: ORG directive failing?
Steve,

Thanks for helping (and your patience!).

I have reduced the ASM code down to a very simple few lines:

ORG 0
ljmp X01a0
nop
ORG 1a0h

X01a0: clr ea

end

This assembles and when I check out the OBJ file in a hex editor, the 'clr ea' opcode is at location 30h instead of 1a0h.

I have put the test files (asm,obj,lst and hex output) online if you want to see what I mean exactly. I figure most people would not want to see a bunch of code or hex posted here!

http://www.socialentropy.com/asm

I call the assembler with no options, just "asm51 schalt2.asm".

Thanks again,
John K.




List of 17 messages in thread
TopicAuthorDate
ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive failing?            01/01/70 00:00      
RE: ORG directive not failing.            01/01/70 00:00      

Back to Subject List