Samsung_S7/source/screen_print/test_print.ld
2024-10-23 19:24:09 +02:00

14 lines
188 B
Plaintext

MEMORY {
ROM (rwx): ORIGIN = 0x8f007de8, LENGTH = 0x108
}
SECTIONS
{
. = 0x8f007de8;
.text . : {
*(.text*)
*(.data*)
*(.rodata*)
} >ROM
}