Discussion:
Turbo C: In-line Assembler?
(too old to reply)
Harry Potter
2021-02-17 23:55:49 UTC
Permalink
Hi! I want to add compression support to my Template Creator for DOS program and do it via external programs that compress and decompress single files. These programs are to be written in Turbo C. I'll need to use some inline assembler for speed. What do I need to know to implement inline assembler in Turbo C code?
JJ
2021-02-18 17:07:30 UTC
Permalink
Post by Harry Potter
Hi! I want to add compression support to my Template Creator for DOS
program and do it via external programs that compress and decompress
single files. These programs are to be written in Turbo C. I'll need to
use some inline assembler for speed. What do I need to know to implement
inline assembler in Turbo C code?
The included help system already have what you need. You just need to read
it.
Harry Potter
2021-02-18 17:36:35 UTC
Permalink
Thank you, and sorry for the stupid question. (

Loading...