Search found 4 matches
- Sat May 31, 2025 3:30 pm
- Forum: The Dark Room
- Topic: A little tool may be useful for Model 3 potential homebrewers.
- Replies: 0
- Views: 108305
A little tool may be useful for Model 3 potential homebrewers.
Who wanna convert own images to Model 3 tilemaps format - enjoy!
- Thu Mar 07, 2024 7:36 am
- Forum: The Dark Room
- Topic: Sweet'n'Soft Waffles project.
- Replies: 6
- Views: 150455
Re: Sweet'n'Soft Waffles project.
After I installed Assembler-ppc, what should I input to command prompt to build a source file using it?
- Fri Feb 16, 2024 9:05 am
- Forum: The Dark Room
- Topic: Sweet'n'Soft Waffles project.
- Replies: 6
- Views: 150455
Re: Sweet'n'Soft Waffles project.
Is there a "light" assembler utilities with PPC support, which can build ASM file directly, without of object files intermediation, unlike GCC assembler?
- Tue Jan 30, 2024 12:06 pm
- Forum: The Dark Room
- Topic: Sweet'n'Soft Waffles project.
- Replies: 6
- Views: 150455
Sweet'n'Soft Waffles project.
Today I decided to sketch an in-game software converter for Metal Savior tilegfx data on a PPC ASM. MajorBytes: .incbin "first-5.rom5" MinorBytes: .incbin "first-6.rom6" 4bppPlanarTo8bppLinear: li r1,MinorBytes li r2,MajorBytes mulli r3,r0,8 ; R0 is an ID of tile to load, R3=tile...