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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [opcodes/] [avr-dis.c] - Diff between revs 18 and 158

Show entire file | Details | Blame | View Log

Rev 18 Rev 158
Line 123... Line 123...
      char *s;
      char *s;
      for (s = opcode_str; *s; ++s)
      for (s = opcode_str; *s; ++s)
        {
        {
          if (*s == '+')
          if (*s == '+')
            {
            {
 
              if (insn & (1 << (15 - (s - opcode_str))))
        *buf++ = '+';
        *buf++ = '+';
              break;
              break;
            }
            }
        }
        }
 
 

powered by: WebSVN 2.1.0

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