Skip to content

Commit

Permalink
update x86 disassembly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a3957273 committed Mar 31, 2024
1 parent 5c563c2 commit 6677317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/node/tests/operations.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ color: white;
it("Disassemble x86", () => {
const result = chef.disassembleX86(chef.toBase64("one two three"));
const expected = `0000000000000000 0000 ADD BYTE PTR [RAX],AL\r
0000000000000002 0B250000000B OR ESP,DWORD PTR [0000000-F4FFFFF8]\r
0000000000000002 0B250000000B OR ESP,DWORD PTR [000000000B000008]\r
`;
assert.strictEqual(result.toString(), expected);
}),
Expand Down

0 comments on commit 6677317

Please sign in to comment.