├── README.md ├── SUMMARY.md └── instruction-set ├── arithmetic ├── README.md ├── add.md ├── div.md ├── idiv.md ├── imul.md ├── imulhi.md ├── irem.md ├── mul.md ├── mulhi.md ├── neg.md ├── rem.md └── sub.md ├── conditionals ├── README.md ├── ifs.md ├── te.md ├── tg-1.md ├── tge.md ├── tl.md ├── tle.md ├── tne.md ├── tug.md ├── tuge.md ├── tul.md └── tule.md ├── control-flow ├── README.md ├── jmp.md ├── js.md ├── vexit.md └── vxcall.md ├── data-movement ├── README.md ├── ldd.md ├── mov.md ├── movsx.md └── str.md ├── general-information.md ├── instructions ├── README.md ├── and.md ├── bsf.md ├── bsr.md ├── not.md ├── or.md ├── popcnt.md ├── rol.md ├── ror.md ├── shl.md ├── shr.md └── xor.md └── special-instructions ├── README.md ├── nop.md ├── vemit.md ├── vpinr.md ├── vpinrm.md ├── vpinw.md └── vpinwm.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/README.md: -------------------------------------------------------------------------------- 1 | # Arithmetic 2 | 3 | -------------------------------------------------------------------------------- /instruction-set/arithmetic/add.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/add.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/div.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/div.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/idiv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/idiv.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/imul.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/imul.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/imulhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/imulhi.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/irem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/irem.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/mul.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/mul.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/mulhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/mulhi.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/neg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/neg.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/rem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/rem.md -------------------------------------------------------------------------------- /instruction-set/arithmetic/sub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/arithmetic/sub.md -------------------------------------------------------------------------------- /instruction-set/conditionals/README.md: -------------------------------------------------------------------------------- 1 | # Conditionals 2 | 3 | -------------------------------------------------------------------------------- /instruction-set/conditionals/ifs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/ifs.md -------------------------------------------------------------------------------- /instruction-set/conditionals/te.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/te.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tg-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tg-1.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tge.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tl.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tle.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tne.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tne.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tug.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tuge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tuge.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tul.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tul.md -------------------------------------------------------------------------------- /instruction-set/conditionals/tule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/conditionals/tule.md -------------------------------------------------------------------------------- /instruction-set/control-flow/README.md: -------------------------------------------------------------------------------- 1 | # Control Flow 2 | 3 | -------------------------------------------------------------------------------- /instruction-set/control-flow/jmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/control-flow/jmp.md -------------------------------------------------------------------------------- /instruction-set/control-flow/js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/control-flow/js.md -------------------------------------------------------------------------------- /instruction-set/control-flow/vexit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/control-flow/vexit.md -------------------------------------------------------------------------------- /instruction-set/control-flow/vxcall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/control-flow/vxcall.md -------------------------------------------------------------------------------- /instruction-set/data-movement/README.md: -------------------------------------------------------------------------------- 1 | # Data movement 2 | 3 | -------------------------------------------------------------------------------- /instruction-set/data-movement/ldd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/data-movement/ldd.md -------------------------------------------------------------------------------- /instruction-set/data-movement/mov.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/data-movement/mov.md -------------------------------------------------------------------------------- /instruction-set/data-movement/movsx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/data-movement/movsx.md -------------------------------------------------------------------------------- /instruction-set/data-movement/str.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/data-movement/str.md -------------------------------------------------------------------------------- /instruction-set/general-information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/general-information.md -------------------------------------------------------------------------------- /instruction-set/instructions/README.md: -------------------------------------------------------------------------------- 1 | # Bitwise 2 | 3 | -------------------------------------------------------------------------------- /instruction-set/instructions/and.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/and.md -------------------------------------------------------------------------------- /instruction-set/instructions/bsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/bsf.md -------------------------------------------------------------------------------- /instruction-set/instructions/bsr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/bsr.md -------------------------------------------------------------------------------- /instruction-set/instructions/not.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/not.md -------------------------------------------------------------------------------- /instruction-set/instructions/or.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/or.md -------------------------------------------------------------------------------- /instruction-set/instructions/popcnt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/popcnt.md -------------------------------------------------------------------------------- /instruction-set/instructions/rol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/rol.md -------------------------------------------------------------------------------- /instruction-set/instructions/ror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/ror.md -------------------------------------------------------------------------------- /instruction-set/instructions/shl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/shl.md -------------------------------------------------------------------------------- /instruction-set/instructions/shr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/shr.md -------------------------------------------------------------------------------- /instruction-set/instructions/xor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/instructions/xor.md -------------------------------------------------------------------------------- /instruction-set/special-instructions/README.md: -------------------------------------------------------------------------------- 1 | # Special Instructions 2 | 3 | -------------------------------------------------------------------------------- /instruction-set/special-instructions/nop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/special-instructions/nop.md -------------------------------------------------------------------------------- /instruction-set/special-instructions/vemit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/special-instructions/vemit.md -------------------------------------------------------------------------------- /instruction-set/special-instructions/vpinr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/special-instructions/vpinr.md -------------------------------------------------------------------------------- /instruction-set/special-instructions/vpinrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/special-instructions/vpinrm.md -------------------------------------------------------------------------------- /instruction-set/special-instructions/vpinw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/special-instructions/vpinw.md -------------------------------------------------------------------------------- /instruction-set/special-instructions/vpinwm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vtil-project/VTIL-Docs/HEAD/instruction-set/special-instructions/vpinwm.md --------------------------------------------------------------------------------