using 8086 in C

A

addy.amu

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."
 
M

Mark Gordon

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."

How to integrate assembler with C is highly system specific, therefore
you need to ask in a group dedicated to your system. I believe Borland
has a server with a number of groups, and that would probably be a good
place to look.

Here, we only deal with standard C not the extensions provided by the
vast number of implementations.
 
N

Neil Kurzman

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."

Look up the _asm compiler directive, But do not blame C if you cause
problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top