Advertisement
Guest User

Untitled

a guest
Sep 4th, 2022
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. db = Database(find_wiki_dir())
  2. for insn in db:
  3. if insn.section.path.name == "minor_30.csv":
  4. print(insn.name, insn.opcode, insn.ppc.opcode)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement