Starting to build a codebase for messing with assembly generation compatible with yasm

This commit is contained in:
2024-11-29 14:31:38 -05:00
parent 531daa38c1
commit 80c830b59d
18 changed files with 26940 additions and 1 deletions

View File

@ -1,6 +1,9 @@
$misc = join-path $PSScriptRoot 'helpers/misc.ps1'
. $misc
$update_deps = join-path $PSScriptRoot 'update_deps.ps1'
. $update_deps
$path_root = git rev-parse --show-toplevel
$path_build = join-path $path_root 'build'
$path_scripts = join-path $path_root 'scripts'