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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/12/03 16:20
Read: times


 
#41351 - defining a msg at direct address space
I have a doubt:

I can define a message at code memory using something like

text_message: db "text message", the assembler will reserve the proper space, etc.

but I want to have a message defined at direct memory space (specifically startint at 30h)

I can define each letter, like

mov 30h, "t"
mov 31h, "e"

and so on...

but how to define the whole message? I think it's somewhat unusual, I couldn't find a code doing this.

TIA

orlando

List of 4 messages in thread
TopicAuthorDate
defining a msg at direct address space            01/01/70 00:00      
   RE: defining a msg at direct address space            01/01/70 00:00      
   RE: defining a msg at direct address space            01/01/70 00:00      
      thanks ijaz and hans!            01/01/70 00:00      

Back to Subject List