OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk

Subversion Repositories System09

[/] [System09/] [trunk/] [Tools/] [as09/] [do09.c] - Diff between revs 74 and 83

Show entire file | Details | Blame | View Log

Rev 74 Rev 83
Line 42... Line 42...
 *      do_op --- process mnemonic
 *      do_op --- process mnemonic
 *
 *
 * Called with the base opcode and it's class. Optr points to
 * Called with the base opcode and it's class. Optr points to
 * the beginning of the operand field.
 * the beginning of the operand field.
 */
 */
void do_op(opcode,class)
void do_op(int opcode,int class)
int opcode; /* base opcode */
 
int class; /* mnemonic class */
 
{
{
 int     dist;   /* relative branch distance */
 int     dist;   /* relative branch distance */
 int     src,dst;/* source and destination registers */
 int     src,dst;/* source and destination registers */
 int     pbyte;  /* postbyte value */
 int     pbyte;  /* postbyte value */
 int     amode;  /* indicated addressing mode */
 int     amode;  /* indicated addressing mode */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.