• Turbo C: In-line Assembler?

    From Harry Potter@21:1/5 to All on Wed Feb 17 15:55:49 2021
    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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJ@21:1/5 to Harry Potter on Fri Feb 19 00:07:30 2021
    On Wed, 17 Feb 2021 15:55:49 -0800 (PST), Harry Potter wrote:
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harry Potter@21:1/5 to All on Thu Feb 18 09:36:35 2021
    Thank you, and sorry for the stupid question. (

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)