Skip to content

Commit

Permalink
Name arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Dec 20, 2021
1 parent 04f2856 commit a333ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyreveng/cpu/hp1345a.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def assy_s(self):
class hp1345a(assy.Instree_disass):
def __init__(self, lang="hp1345a"):
super().__init__(
lang,
16,
8,
">"
name=lang,
ins_word=16,
mem_word=8,
endian=">"
)
self.add_ins(hp1345a_desc, hp1345_ins)

0 comments on commit a333ec0

Please sign in to comment.