asrb
This commit is contained in:
parent
fbd057450c
commit
2c20aa66b9
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ class PDP11InstructionAssembler:
|
|||
return self._1op(0o006300, dst)
|
||||
|
||||
def asrb(self, dst):
|
||||
return self._1op(0o106000, dst)
|
||||
return self._1op(0o106200, dst)
|
||||
|
||||
def ash(self, cnt, dst):
|
||||
dstreg = self.register_parser(dst)
|
||||
|
|
Loading…
Add table
Reference in a new issue