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

Back to Subject List

Thread Closed: Off-topic

???
08/07/02 19:08
Read: times


 
#26909 - RE: Marcos Stemmer_______NEW PROBLEM
Thanks Marcos
I have make changes in my code as u said
now the COM file is created. But the file is currupt it display simbles as a pdf file is opened in note pad

I m posting my new code

_code segment
assume cs: _CODE, ds: _CODE
ORG 100H
start: jmp skip

msg db 'hello ashwani', '$'
ORG 100H
skip: mov ax, cs
mov ds, ax

mov ah, 09h
mov dx, offset msg
int 21h

mov ah, 4ch
mov al, 00h
int 21h

_CODE ends
end start


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