From 8d4828a3bee11e7de27cd3dfe96c5c9970a78edd Mon Sep 17 00:00:00 2001 From: Roman971 <32455037+Roman971@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:31:44 +0100 Subject: Add pad_text to mkldscript and update progress.py (#1024) * Add pad_text to mkldscript and update progress.py Implements `pad_text` from MM and uses it instead of asm nops for the padding in ucode_disas. Also updates `progress.py` to account for the change (RIP 1000000 code size), and to have a green badge for 100%. * Remove 1.00mb comment in progress.py Co-authored-by: Anghelo Carvajal Co-authored-by: Anghelo Carvajal --- src/code/ucode_disas.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/code') diff --git a/src/code/ucode_disas.c b/src/code/ucode_disas.c index ded32479a..4af0898b0 100644 --- a/src/code/ucode_disas.c +++ b/src/code/ucode_disas.c @@ -1356,8 +1356,3 @@ void UCodeDisas_RegisterUCode(UCodeDisas* this, s32 count, UCodeInfo* ucodeArray void UCodeDisas_SetCurUCode(UCodeDisas* this, void* ptr) { UCodeDisas_SetCurUCodeImpl(this, ptr); } - -// 4 bytes of nops, separating this file from audio_synthesis and padding .text -// to a 32-byte boundary. Unclear what this comes from... maybe the audio -// library was built separately and aligned to 32 bytes? -#pragma GLOBAL_ASM("asm/non_matchings/code/ucode_disas/pad_800DACB0.s") -- cgit v1.2.3