Replace old X2str references in src/tests.asm

This commit is contained in:
2025-07-15 08:58:03 +02:00
parent 7caa050b71
commit 351f8058f9

View File

@@ -23,10 +23,8 @@ extern strcat
extern strclr
extern strcmp
; convert.asm
extern dec2str
extern udec2str
extern hex2str
extern bin2str
extern itoa
extern utoa
section .rodata
TEST_print equ 1