This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
adding a MIPS instruction with operands to GCC
- From: guru venky <prasadh dot venkat at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: gcc at gnu dot org
- Date: Wed, 12 Oct 2005 19:40:00 -0400
- Subject: adding a MIPS instruction with operands to GCC
I am trying to add a mips instruction with operands to gcc. Basically
I want an instruction that acts as marker for a future instruction.
as an example,
if i want a marker for addi R1,constant (add immediate) instruction, i
would do something like
marker constant
to be emitted by gcc.
can anyone help me achieve this,
thanks,
prasadh