ed
afc0e1a818
missing adjustments
2025-10-11 00:22:56 -04:00
ed
274e0f31f5
Update convention yet again
...
Doing stuff inspired by Timothy Lottes's fixing c vod
2025-10-11 00:18:44 -04:00
ed
2f797bf9e2
setup hello_gpu.h/c to not directly depend on header defs from psyq
2025-09-15 10:12:37 -04:00
ed
fd61fc56db
minor changes
2025-09-15 01:51:46 -04:00
ed
f35e60877c
Sorting Primitives into the OT
...
Started to add some ergonomic definitions into duffle.
2025-09-15 01:36:25 -04:00
ed
e04bcb91b4
got gp_screen_init working on the assembler side!
...
Will not be doing most of the course in assembly for now.
Assemblers are missing a bunch of ergonomics not related to to instruction abstraction. Mostly related to offset and data typw width calulations and how to ergonomically utilize those symbols within the assembly syntax. The GNU gas macros are terrible and struct member resolution must be done manually.
There is no utilities for doing stack allocations with alignment in mind either, no way to get info on the system's calling convention for foreign symbols (not even as a diagnostic, etc).
C is a terrible for inline assembly, and gas doesn't support grabbing C struct info from header files (even though they are part of the same toolchain collection).
There is no utilities for doing stack allocations with alignment in mind either, no way to get info on the system's calling convention for foreign symbols (not even as a diagnostic, etc).
Low-level dev really is in a catch 22 of bad tooling.
2025-09-13 21:49:10 -04:00
ed
ebc6895c61
wip: attempting to do gp_display_frame and gp_screen_init in asm
2025-08-07 10:54:05 -04:00
ed
046800b9d8
definition prep (still exploring..)
2025-08-07 01:53:15 -04:00
ed
8b252c4e68
get asm symbolic source debugging working with gnu assembler and gdb psyq builds
2025-08-06 14:18:11 -04:00
ed
b9494d219f
determining the level of granularity I have with asm symbolic debugging.
2025-08-06 08:44:20 -04:00
ed
c052253b0e
setup graphics_hello_psyq
2025-08-05 23:34:34 -04:00
ed
47ce58159d
got hello psyq doing its job. removing pxdev_sample as no longer needed.
2025-08-05 23:04:07 -04:00
ed
479a65ba36
build script seems to work not to prep the debug script...
2025-08-05 22:41:03 -04:00
ed
32c7adad6a
more progress
2025-08-05 22:16:55 -04:00
ed
5da7c2e3b0
Updating dependencies docs and prepping for more advanced script usage of toolchain for Psy-Q
2025-08-05 21:22:49 -04:00
ed
d64eaf8e2f
graphics_system -> graphics_hello
2025-08-04 23:58:09 -04:00
ed
92f549dbf5
delay slot filling
2025-08-04 21:56:44 -04:00
ed
48b8a68d9e
hello_logo (slightly messed up)
...
For some reason the resolution on duckstation is 640x464.
Does not run in pcsx-redux, known issue based on the discussions
2025-08-04 21:45:50 -04:00
ed
2eb0c788ce
bitshift divison
2025-08-04 19:45:22 -04:00
ed
7ac7371ac7
hello_images
2025-08-04 01:08:01 -04:00
ed
3d0d02b86e
stack parameters gp routine!
2025-08-03 23:27:02 -04:00
ed
6e7809848b
hello gp routines
2025-08-03 22:01:36 -04:00
ed
0a47b03dfa
fix fillmem, pics!
2025-08-03 20:53:33 -04:00
ed
df13bf7fb8
gouraund tris, the gp commands are a thing of beauty
2025-08-03 20:48:58 -04:00
ed
661b539045
hello tris!
2025-08-03 19:29:37 -04:00
ed
35bedb9cdd
got a flat shaded triangle!
2025-08-03 18:57:09 -04:00
ed
f72f913b49
Clear the screen with Golden Poppy!
2025-08-03 18:08:50 -04:00
ed
f8b35bb675
hellogpu wip pre-clear screen exercise
2025-08-03 15:32:53 -04:00
ed
554b0c2a78
idle loop (factorial)
2025-08-03 11:16:49 -04:00
ed
9071bdddd7
factorial
2025-08-03 10:58:24 -04:00
ed
4c7d454690
exercise review vod
2025-08-03 01:22:44 -04:00
ed
e54e352a6e
attempts at warmup exercises.
2025-08-02 13:08:30 -04:00
ed
5bb19672a7
warmup
2025-08-02 12:10:59 -04:00
ed
0a4dd81318
fill with 1s by word
2025-08-02 01:58:48 -04:00
ed
53daafff1f
A0FF not formatted fix (exercise)
2025-08-02 01:47:50 -04:00
ed
055690a96c
py bin2exe incase errors
2025-08-02 01:42:01 -04:00
ed
fc54c87300
fillmem.s
2025-08-02 00:44:27 -04:00