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 16:59
Read: times


 
#37116 - RE: ORG directive failing?
Your list file shows that your ORG statement is working.

What are you seeing in your OBJ file then ?
As Erik says your assembler seems to be doing its job. Why do you think it is wrong ?

Nomenclature:

ASM file - contains assembler instructions viz.

ORG 100 H
Start: MOV here,there
;do lots of stuff
jmp $


NOTHING else.


The LIS, or LST file is the result of assembling the ASM file, but not linking it. Thus, in your case your ASM file's org instructions correctly place items in ABSOLUTE locations. If you had used the relocatable features, then your LST or LIS file would show 00 for any relocatable locations etc.


Steve


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