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 strclr
extern strcmp extern strcmp
; convert.asm ; convert.asm
extern dec2str extern itoa
extern udec2str extern utoa
extern hex2str
extern bin2str
section .rodata section .rodata
TEST_print equ 1 TEST_print equ 1