Changeset 609 for branches/GNU/src/binutils/opcodes/w65-dis.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/w65-dis.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* Disassemble WDC 65816 instructions. 2 Copyright 1995, 1998, 2000 Free Software Foundation, Inc.2 Copyright 1995, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 27 27 static void *stream; 28 28 static struct disassemble_info *local_info; 29 30 static void print_operand PARAMS ((int, char *, unsigned int *)); 31 29 32 #if 0 30 33 static char *lname[] = { "r0","r1","r2","r3","r4","r5","r6","r7","s0" }; … … 82 85 int status = 0; 83 86 unsigned char insn[4]; 84 registerstruct opinfo *op;87 const struct opinfo *op; 85 88 int i; 86 89 int X = 0; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.