Dear Somebody.
Give me an advice.
I tried to compile and link, but there're some errors I don't know.
Following is the occurred error.
If you know what's problem, email to me or write to this board, please.
Thanks to read.
James, Lim.
//---------------------------------------------------------//
tasm /m test.asm
..
..
.....
tlink /3 /t test.asm
Fatal: Cannot generate COM File : invalid initial entry point address
** error 2 ** deleting test.exe
//---------------------------------------------------------//
email: ilikeu@techsaninc.co.kr
Give me an advice.
I tried to compile and link, but there're some errors I don't know.
Following is the occurred error.
If you know what's problem, email to me or write to this board, please.
Thanks to read.
James, Lim.
//---------------------------------------------------------//
tasm /m test.asm
..
..
.....
tlink /3 /t test.asm
Fatal: Cannot generate COM File : invalid initial entry point address
** error 2 ** deleting test.exe
//---------------------------------------------------------//
email: ilikeu@techsaninc.co.kr
a .COM file needs entry point 100h
so include an ORG 100h statement in your source
(this is a win32 board, so this may be not the best place to ask such questions)
japheth
so include an ORG 100h statement in your source
(this is a win32 board, so this may be not the best place to ask such questions)
japheth