Skip to content

Instantly share code, notes, and snippets.

View bryanperris's full-sized avatar
🔻
Interpenetrating RDP triangles

bperris bryanperris

🔻
Interpenetrating RDP triangles
View GitHub Profile
// N64 'Bare Metal' 32BPP 320x240 Cycle1 Shade Triangle RDP Demo by krom (Peter Lemon):
arch n64.cpu
endian msb
output "Cycle1ShadeTriangle32BPP320X240.N64", create
fill 1052672 // Set ROM Size
origin $00000000
base $80000000 // Entry Point Of Code
include "LIB/N64.INC" // Include N64 Definitions
include "LIB/N64_HEADER.ASM" // Include 64 Byte Header & Vector Table