including assembly language routines in c
- From: Robert Cloud <rcloud@xxxxxxxxxxx>
- Date: Sat, 19 Jul 2008 14:20:01 -0500
Is it possible to include assembly language routines in
C if I'm using a compiler which has an assembler such as gcc? could I include them in a main function or would I have to write a seperate function? what kind of privilege level would be required to execute
a program with assembly in it? how would I denote that the following
code is assembly and thus shouldn't be checked for syntax errors?
------------------------------
Robert Cloud
http://www.dpo.uab.edu/~rcloud
rcloud@xxxxxxx
.
- Follow-Ups:
- Re: including assembly language routines in c
- From: jacob navia
- Re: including assembly language routines in c
- From: CBFalconer
- Re: including assembly language routines in c
- From: Gordon Burditt
- Re: including assembly language routines in c
- From: Tim Prince
- Re: including assembly language routines in c
- Prev by Date: Stats for comp.lang.c (last 7 days)
- Next by Date: Re: moving pairs
- Previous by thread: Unusual Input with fgets( )
- Next by thread: Re: including assembly language routines in c
- Index(es):
Relevant Pages
|