This website requires JavaScript.
Explore
Help
Sign In
veclavtalica
/
.nmvm
Watch
1
Star
0
Fork
0
You've already forked .nmvm
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Near Metal Virtual Machine
5
Commits
1
Branch
0
Tags
69
KiB
Zig
97.4%
Shell
2.6%
0d5bd46412
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
veclav talica
0d5bd46412
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
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