Near Metal Virtual Machine
Go to file
2023-09-19 11:57:53 +05:00
src return_stack placed on stack, this allows for reentry and no TLS switch for threads; makes more sense 2023-09-19 11:57:53 +05:00
build.zig start of x86-64 implementation; stack pushing, sinking, add with overflow, procedure return ops 2023-09-18 23:31:59 +05:00
gdb.sh gdb.sh 2023-09-19 09:13:57 +05:00
idea.md opCall, return stack, r12 for thread pointer 2023-09-19 09:13:46 +05:00