make stack work

This commit is contained in:
nora 2023-12-23 15:31:15 +01:00
parent e28469fcc0
commit 46e5662aab
15 changed files with 122 additions and 117 deletions

View file

@ -1,4 +1,5 @@
mod registers;
mod stack;
mod x86_64;
use std::process::Stdio;