I am including some 8086 assembly routines in a Turbo C++ program.
Could somebody please tell me how I label the data which I have entered via a
DW directive?
I have tried
main ()
{
.
.
data_label:
asm {dw 1111h,2222h,3333h};
.
.
but it doesn't work. Could someone enlighten me via e-mail?
Thanx.
Duncan@drmac.demon.co.uk
--
Duncan R. MacMillan