Removes broken mul test

This commit is contained in:
Ryan Houdek 2020-03-03 17:03:29 -08:00 committed by Stefanos Kornilios Mitsis Poiitidis
parent 03f068ec1d
commit e13d77215a

View File

@ -1,17 +0,0 @@
%ifdef CONFIG
{
"Match": "All",
"RegData": {
"RAX": "0xFFFFFFFFFFFFFFFE",
"RDX": "1",
"RBX": "1"
}
}
%endif
mov rax, -1
mov rdx, 0
mov rbx, 1
mul rbx
hlt