added WRITEB virtual instruction

merge-requests/3/head
_xeroxz 3 years ago
parent afaa27eb22
commit ce45817439

@ -171,7 +171,7 @@ namespace vm
&sregq, &sregdw, &sregw, &lregq, &lregdw, &lconstq, &lconstbzxw, &lconstbsxdw,
&lconstbsxq, &lconstdwsxq, &lconstwsxq, &lconstdw, &addq, &adddw, &addw,
&shlq, &shldw, &writeq, &writedw, &nandq, &nanddw,
&shlq, &shldw, &writeq, &writedw, &writeb, &nandq, &nanddw,
&shrq, &shrw, &readq, &readdw, &mulq, &pushvsp, &divq, &jmp,
&vmexit, &call };

Loading…
Cancel
Save