oh . i got it Charles , this will work okay
sub main()
addr ecx , xx
print hex [ecx]
MOV [ecx] , 100
print hex [ecx]
end sub
main
end
.xx
dd 10
but see the next one it compiled and worked okay , as you said it will resident in read-only section!!!!!!!
addr ecx , xx
print hex [ecx]
end
.xx
dd 10
thanks ,
Emil.