-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The instructions `assert` and `assert_vector` now accept some additional context to simplify debugging Triton assembly programs. For now, only an error ID is supported. For example, the error returned when running the program ```tasm push 2 assert error_id 42 halt ``` will now contain a field with the supplied error ID, in this case, 42. BREAKING CHANGE: The type `InstructionError` is no longer `Copy`.
- Loading branch information
1 parent
8bf20da
commit e67a070
Showing
7 changed files
with
623 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.