dev: removing old printChar and instead using OS print vector
This commit is contained in:
parent
e74ca195bf
commit
cb332b7b05
6 changed files with 43 additions and 51 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# SPDX-License-Identifier: MPL-2.0
|
||||
/* SPDX-License-Identifier: MPL-2.0 */
|
||||
/* SPDX-FileCopyrightText: (c) 2025 A.M. Rowsell */
|
||||
SECTIONS
|
||||
{
|
||||
.zone 0xA000 : { *(.zone) *(zone) }
|
||||
.text 0xE000 : { *(.text) }
|
||||
.float 0xE000 : { *(.float) *(float) }
|
||||
.text 0xE000 : { *(.text) *(.float) *(float) }
|
||||
.vectors 0xF000 : { *(.vectors) }
|
||||
.data 0x7000 : { *(.data) }
|
||||
.bss : { *(.bss) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue