rtl refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user