Re: can somebody help me with the problem with tasm models
From: darkie (necro.darktangent_at_gmail.com)
Date: 03/09/05
- Next message: '\\\\o//'annabee: "Re: can somebody help me with the problem with tasm models"
- Previous message: '\\\\o//'annabee: "Re: can somebody help me with the problem with tasm models"
- In reply to: Beth: "Re: can somebody help me with the problem with tasm models"
- Next in thread: Betov: "Re: can somebody help me with the problem with tasm models"
- Reply: Betov: "Re: can somebody help me with the problem with tasm models"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Mar 2005 10:16:57 -0800
Thank you very much for the reply.It helped me very much to understand
it.There are some little doubts which i want to clear.
When i don't use the .386 directive and use your above code i get the
-> value out of range error. Now with the full segment definition i had
done something like this
dataOne segment
array1 db 72000 dup(0)
dataOne ends
code segment
assume cs:code,ds:data
start:
mov ax,data
mov ds,ax
mov ah,4ch
int 21h
code ends
end start
do i need to make 2 segments each with 64kb limit and load the
segments into the ds
register ?
- Next message: '\\\\o//'annabee: "Re: can somebody help me with the problem with tasm models"
- Previous message: '\\\\o//'annabee: "Re: can somebody help me with the problem with tasm models"
- In reply to: Beth: "Re: can somebody help me with the problem with tasm models"
- Next in thread: Betov: "Re: can somebody help me with the problem with tasm models"
- Reply: Betov: "Re: can somebody help me with the problem with tasm models"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|