This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
gbso
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add internal padding instruction
master
Forest Belton
3 years ago
parent
ff8c1c65dd
commit
57a7406148
1 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
gbso/insn.py
+ 9
- 0
gbso/insn.py
View File
@ -1070,3 +1070,12 @@ class SCF(Insn):
def
pretty
(
self
)
-
>
str
:
def
pretty
(
self
)
-
>
str
:
return
"
SCF
"
return
"
SCF
"
@dataclass
class
UNUSED
(
Insn
)
:
def
exec
(
self
,
cpu
:
CPU
)
-
>
None
:
pass
def
pretty
(
self
)
-
>
str
:
return
"
UNUSED
"
Write
Preview
Loading…
Cancel
Save