rtl refactoring

This commit is contained in:
Blaise Tine
2020-05-03 17:10:02 -04:00
parent a1dc90b951
commit 69f607b73e
83 changed files with 30487 additions and 30536 deletions

View File

@@ -1,4 +1,4 @@
#include "../config.h"
.type vx_print_str, @function
.global vx_print_str
@@ -29,5 +29,5 @@ vx_printc:
.section .data
print_addr:
.word 0x00010000
.word IO_BUS_ADDR

View File

@@ -8,6 +8,7 @@ extern "C" {
#endif
static char * hextoa[] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"};
void vx_print_hex(unsigned);
void vx_printf(const char *, unsigned);