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

Back to Subject List

Thread Closed: Off-topic

???
08/05/02 21:06
Read: times


 
#26766 - RE: Problem in compiling *.asm file
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

List of 4 messages in thread
TopicAuthorDate
Problem in compiling *.asm file            01/01/70 00:00      
RE: Problem in compiling *.asm file            01/01/70 00:00      
RE: Problem in compiling *.asm file            01/01/70 00:00      
RE: Marcos Stemmer_______NEW PROBLEM            01/01/70 00:00      

Back to Subject List