-> Well im getting closer to fully understanding bootable code.
-> Ive looked at some examples and they say that the DATA offset has to be
-> 7C00h, now my problem is...
->
-> mov ah,09
-> mov dx,OFFSET string
-> int 21h
->
-> string db 'biteme$'
->
-> string db+7C00h
->
-> mov dx,OFFSET+7C00h string
I don't think either one would work... both would produce a syntax error (not
certain the first would)... try this:
.DATA
ORG 7C00h
string DB "whatever"
((Cloud))
MauveCloud@juno.com
--- PCBoard (R) v15.3/M 10
---------------
* Origin: Next time, Dial The Wrong Number! (209) 943-1880 (1:208/205)
|