From: Yu Jaemin Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP: need an example... thanks in advance Date: 18 Oct 1998 12:56:36 GMT Organization: Korea Telecom Lines: 27 Sender: Yu Jaemin Message-ID: <70coi4$n9j$1@news.kornet.nm.kr> References: <70c1l0$39o0$1 AT newssvr04-int DOT news DOT prodigy DOT com> <70c62q$luf$1 AT news DOT kornet DOT nm DOT kr> <70c91n$7cvc$1 AT newssvr04-int DOT news DOT prodigy DOT com> NNTP-Posting-Host: soback.kornet.nm.kr User-Agent: tin/pre-1.4-980105 (UNIX) (SunOS/5.5.1 (sun4d)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com David L... wrote: > and thanks for your feedback but i need examples... i dont have time to > read books on assembly language i have a real life besides ASM.... besides i > want to learn C and C++ not ASM im not into that criptic stuff... > Thanks anyways.. I also said that you'd better read the books about how to hand dos/bios interrupt. If you want to make a TSR program, you should modify interrupt vector. Besides it, there are some more things you should know. For an example, if you call a dos function call while you switching original interrupt vector table to your own code, the program will stop ( maybe your pc too..). Surely assembly is very hard to understand. However, I strongly recommend you to read some parts in a book about assem. related to interrupt vector. Anyways, it's impossible to build a house from its loof, isn't it? :) I'm sorry that I can't help you enough... Jaemin