dev: removing old printChar and instead using OS print vector

This commit is contained in:
A.M. Rowsell 2025-12-20 18:36:58 -05:00
commit cb332b7b05
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1
6 changed files with 43 additions and 51 deletions

View file

@ -6,7 +6,7 @@
.equ OS_VEC_BASE,0xF000
; .vectors is pinned to 0xF000 via linker.cmd
.section .vectors
.section ".vectors","adr"
.global os_vectors
os_vectors: