-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
op_write_opcode()
function (#22)
* Added `op_write_opcode()` function This commit has added the `op_write_opcode` funciton, this funciton intends to replace the old and weird `OP_OPCODE_HELPER` macro that attempts to write a opcode using macro functions and without much consideration about other variable condiitons. * Added unit test for the `op_write_opcode` function Since the addition of the `op_write_opcode function in commit number 7875519, this commits adds the corrisponding test cases to the operand.c test file. (Not that its supposed to be in the **operand** file)
- Loading branch information
1 parent
1146631
commit 64593f5
Showing
3 changed files
with
57 additions
and
0 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