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

Back to Subject List

Thread Closed: Off-topic

???
08/08/02 03:42
Read: times


 
#26920 - RE: erik malund
As a answer of question (Problem in compiling *.asm file) Marcos Stemmer wrote
that

I see that you are programming on 8086 for MSDOS. If you want to make
a program *.COM the entry point must be at address 0100H. So you
should place a
ORG 100H
before
start jmp skip

His sussetion was exactly right I m programming on 8086 for DOS. I make changes as he advised & assemble the code in TASM
assembler . It generate the COM file but this file doesn't work properly .
Before making changes assembler can not make COM file . After making this change(adding ORG 100H ) the COM file problem is solved but COM file doesn't run properly

Please advice
problem of generating COM file

List of 29 messages in thread
TopicAuthorDate
compile a program in machine language            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: compile a program in machine languag            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: Filip            01/01/70 00:00      
RE: Filip            01/01/70 00:00      
RE: Filip            01/01/70 00:00      
RE: Steve            01/01/70 00:00      
RE: Steve            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: Ashwani            01/01/70 00:00      
RE: Ashwani            01/01/70 00:00      
RE: Steve            01/01/70 00:00      
RE: phillip m gallo            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: erik malund            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: compile a program in machine languag            01/01/70 00:00      
RE: compile a program in machine languag            01/01/70 00:00      
RE: Joe Kimbriel            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: Joe Kimbriel            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
New problem            01/01/70 00:00      
RE: compile a program in machine language            01/01/70 00:00      
RE: erik malund            01/01/70 00:00      
RE: erik malund            01/01/70 00:00      

Back to Subject List