This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |