You can use the framework here below to help you get started. Note that the program is not supposed to write anything on the screen, just change the memory.
DOSSEG .MODEL SMALL .STACK 100H .DATA x DW 0142h vx DW ? .CODE Start: mov ax, @data mov ds, ax ; Have DS point to the datasegment ; The program comes here mov ax, 4C00h ; DOS: End program int 21h ; End program END Start
hh (hja) hi.is, 3. október, 2001.