Skip to content

Commit

Permalink
Merge pull request #1 from cloudwego/feat/setne
Browse files Browse the repository at this point in the history
feat: support setne/setnz instructions
  • Loading branch information
AsterDY authored Apr 24, 2024
2 parents 24dd697 + 34af567 commit ff3a7ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 84 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/pr-check.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/tests.yml

This file was deleted.

2 changes: 2 additions & 0 deletions asm2asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ def _instr_size(self) -> Optional[int]:
'MOVSBQ' : 1,
'MOVSWQ' : 2,
'MOVSLQ' : 4,
'SETNE' : 1,
'SETNZ' : 1,
}

@staticmethod
Expand Down

0 comments on commit ff3a7ab

Please sign in to comment.