1. Nov 05, 2019
  2. Sep 18, 2019
  3. Sep 13, 2019
  4. Aug 27, 2019
  5. Aug 04, 2019
    • Andrew Waterman's avatar
      Fix crash introduced by #30 · 15c78ddc
      Andrew Waterman authored
      15c78ddc
    • Tommy Thorn's avatar
      (Partially) fix #30 (#31) · e2ebbf53
      Tommy Thorn authored
      * (Partially) fix #30
      
      With this change (and a renamed parse-opcodes) it's possible to as a
      Python module without having to patch the repo.  Example:
      
        from parse_opcodes import parse_inputs
      
        if __name__ == "__main__":
            (namelist, pseudos, mask, match, arguments) = parse_inputs(["opcodes", "opcodes-rvc"])
      
      * Fix #30: Rename parse-opcode to parse_opcode to enable module use
      e2ebbf53
  6. Jul 15, 2019
  7. Jul 06, 2019
  8. Jun 29, 2019
  9. Jun 20, 2019
  10. Jun 19, 2019
  11. Jun 17, 2019
  12. Jun 11, 2019
  13. Jun 06, 2019
  14. May 18, 2019
  15. May 17, 2019
  16. May 15, 2019
  17. Apr 27, 2019
  18. Apr 25, 2019
  19. Apr 24, 2019
  20. Apr 23, 2019
  21. Mar 01, 2019
    • Pavel I. Kryukov's avatar
      Read opcodes from files (#23) · 30717a85
      Pavel I. Kryukov authored
      Current generation flow assumes that opcodes are provided
      in a `cat ./opcodes | ./parse_opcodes -c' manner. However,
      Windows CMD has no `cat' command, and it uses `type' instead,
      so implementation of cross-platform script is complicated.
      
      In this patch, we allow parsing opcode files directly by Python,
      if their names are provided as a command line arguments, not depending
      on the host shell. If no arguments are passed, script behaves as usual,
      reading opcodes from the stdin.
      30717a85
  22. Feb 12, 2019
  23. Jan 23, 2019
  24. Jan 22, 2019
  25. Nov 21, 2018
  26. Nov 19, 2018
  27. Nov 07, 2018
  28. Sep 21, 2018