Define a Memory Map #7

Open
opened 2026-08-30 18:06:11 +02:00 by ShatteredMINT · 0 comments
Owner

Since constant support is currently still pretty barebones in the TC assembler, we need a statically defined memory map.
I don't have many opinions on this, so i am open to suggestions.

My only current idea is to attempt to keep the low 64 KiB free because they actually use labels for jumps (currently all functions rely on this) and accessed directly by a load with immediate

Since constant support is currently still pretty barebones in the TC assembler, we need a statically defined memory map. I don't have many opinions on this, so i am open to suggestions. My only current idea is to attempt to keep the low 64 KiB free because they actually use labels for jumps (currently all functions rely on this) and accessed directly by a load with immediate
ShatteredMINT added the enhancementhelp wanted labels 2026-08-30 18:06:11 +02:00
ShatteredMINT pinned this 2026-08-30 18:07:00 +02:00
ShatteredMINT added this to the Graphics API project 2026-08-30 18:27:00 +02:00
ShatteredMINT moved this to worked on in Graphics API on 2026-08-30 18:27:06 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TCShenanigans/symphony_stdlib#7