using 8086 in C

addy.amu_at_gmail.com
Date: 12/30/04


Date: 30 Dec 2004 12:43:23 -0800

hi friend,
i've been making 8086 programs in TurboC editor and assembling it
using TASM but now i want to know how to use both C statments along
with x86 commands. I want"input from user to be used in manipulating
operations in 8086 like input from user 'date and time' and set it
using asm instructions."



Relevant Pages

  • Re: using 8086 in C
    ... > i've been making 8086 programs in TurboC editor and assembling it ... > using TASM but now i want to know how to use both C statments along ... Look up the _asm compiler directive, But do not blame C if you cause ...
    (comp.lang.c)
  • Re: using 8086 in C
    ... > i've been making 8086 programs in TurboC editor and assembling it ... > using TASM but now i want to know how to use both C statments along ... How to integrate assembler with C is highly system specific, ...
    (comp.lang.c)