Search found 3 matches

by Vasiliy Familiya
Thu Mar 07, 2024 7:36 am
Forum: The Dark Room
Topic: Sweet'n'Soft Waffles project.
Replies: 6
Views: 6216

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?
by Vasiliy Familiya
Fri Feb 16, 2024 9:05 am
Forum: The Dark Room
Topic: Sweet'n'Soft Waffles project.
Replies: 6
Views: 6216

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?
by Vasiliy Familiya
Tue Jan 30, 2024 12:06 pm
Forum: The Dark Room
Topic: Sweet'n'Soft Waffles project.
Replies: 6
Views: 6216

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...