I just read a tutorial on writting "hello world" app in asm but I am confused on this code
Code:mov ax, SEG msg mov ds, ax
Why can't I directly put the segment of msg into ds instead of copying it first to ax and then retrieving it in ds?
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |