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:
@@ -1,5 +1,5 @@
|
||||
.psx
|
||||
.create "exercise_1.bin", 0x80010000
|
||||
.create "./build/exercise_1.bin", 0x80010000
|
||||
|
||||
; Entry Point of Code
|
||||
.org 0x80010000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.psx
|
||||
.create "exercise_2.bin", 0x80010000
|
||||
.create "./build/exercise_2.bin", 0x80010000
|
||||
|
||||
; Entry Point of Code
|
||||
.org 0x80010000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.psx
|
||||
.create "exercise_3.bin", 0x80010000
|
||||
.create "./build/exercise_3.bin", 0x80010000
|
||||
|
||||
; Entry Point of Code
|
||||
.org 0x80010000
|
||||
|
||||
Reference in New Issue
Block a user