Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/w65-dis.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* Disassemble WDC 65816 instructions.
    2    Copyright 1995, 1998, 2000 Free Software Foundation, Inc.
     2   Copyright 1995, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
    33
    44This program is free software; you can redistribute it and/or modify
     
    2727static void *stream;
    2828static struct disassemble_info *local_info;
     29
     30static void print_operand PARAMS ((int, char *, unsigned int *));
     31
    2932#if 0
    3033static char *lname[] = { "r0","r1","r2","r3","r4","r5","r6","r7","s0" };
     
    8285  int status = 0;
    8386  unsigned char insn[4];
    84   register struct opinfo *op;
     87  const struct opinfo *op;
    8588  int i;
    8689  int X = 0;
Note: See TracChangeset for help on using the changeset viewer.