hakril / PythonForWindows

A codebase aimed to make interaction with Windows and native execution easier
BSD 3-Clause "New" or "Revised" License
573 stars 112 forks source link

Documenting available instructions in assemblers #28

Closed hakril closed 3 years ago

hakril commented 3 years ago

The issue #26 noticed that there is no documentation about available instructions in simple_x86 & simple_x64. This information should be available in the sphinx documentation.

hakril commented 3 years ago

Added the documentation in commit b8ceea8 : https://github.com/hakril/PythonForWindows/blob/master/docs/source/native_exec.rst#available-instructions-in-x86-assembler & https://github.com/hakril/PythonForWindows/blob/master/docs/source/native_exec.rst#available-instructions-in-x64-assembler

Available at http://hakril.github.io/PythonForWindows/build/html/native_exec.html#available-instructions-in-x86-assembler & http://hakril.github.io/PythonForWindows/build/html/native_exec.html#available-instructions-in-x64-assembler