mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
hellogpu wip pre-clear screen exercise
This commit is contained in:
+4
-3
@@ -21,10 +21,10 @@ function build-program { param(
|
||||
$bin = join-path $path_build "$unit.bin"
|
||||
$exe = join-path $path_build "$unit.exe"
|
||||
|
||||
push-location $path_build
|
||||
push-location $root
|
||||
write-host "Assembling: $src`n"
|
||||
& $armips $src
|
||||
|
||||
|
||||
write-host 'Generating executable..'
|
||||
& lua $bin2exe_lua $bin $exe
|
||||
# & py $bin2exe_py $bin $exe
|
||||
@@ -36,4 +36,5 @@ function build-program { param(
|
||||
# build-program 'warmup' 'exercise_1'
|
||||
# build-program 'warmup' 'exercise_2'
|
||||
# build-program 'warmup' 'exercise_3'
|
||||
build-program 'factorial' 'factorial'
|
||||
# build-program 'factorial' 'factorial'
|
||||
build-program 'graphics_system' 'hellogpu'
|
||||
|
||||
Reference in New Issue
Block a user