Update vm-design.rst

gccjit-ravi534
Dibyendu Majumdar 6 years ago committed by GitHub
parent e43a78b173
commit 1218256e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,7 @@ The only op codes implemented so far are:
Here is a `link to the generated assembly code on Windows X64 <https://github.com/dibyendumajumdar/ravi/blob/master/vmbuilder/asm/vm-win64.asm>`_.
The equivalent `Linux assembly code is <https://github.com/dibyendumajumdar/ravi/blob/master/vmbuilder/asm/vm-linux.s>`_.
The equivalent `Linux assembly code is <https://github.com/dibyendumajumdar/ravi/blob/master/vmbuilder/asm/vm-linux64.s>`_.
It seems hard to test and validate the assembly code. I have to step through the code instruction by instruction.

Loading…
Cancel
Save