adc
This commit is contained in:
parent
58a45b0813
commit
33b46680ce
1 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ class PDP11InstructionAssembler:
|
|||
def negb(self, dst):
|
||||
return self._1op(0o105400, dst)
|
||||
|
||||
def adc(self, dst):
|
||||
return self._1op(0o005500, dst)
|
||||
|
||||
def tst(self, dst):
|
||||
return self._1op(0o005700, dst)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue