mark "psuedo ops"

This commit is contained in:
rocky
2024-02-25 06:08:06 -05:00
parent 4a50de38e4
commit 2b8406e7a8
4 changed files with 8 additions and 18 deletions

View File

@@ -266,7 +266,7 @@ class Scanner3(Scanner):
has_arg=True,
has_extended_arg=False,
opc=self.opc,
optype=None,
optype="pseudo",
)
)
for j in range(collection_start, i):
@@ -293,7 +293,7 @@ class Scanner3(Scanner):
has_arg=t.has_arg,
has_extended_arg=False,
opc=t.opc,
optype=None,
optype="pseudo",
)
)
return new_tokens
@@ -342,7 +342,7 @@ class Scanner3(Scanner):
has_arg=True,
has_extended_arg=False,
opc=self.opc,
optype=None,
optype="pseudo",
)
)
for j in range(collection_start, i, 2):