Apply agreed naming conventions

This commit is contained in:
PleegWat
2026-09-06 16:13:40 +02:00
parent 6f7ad3aa4b
commit 304fe54833
3 changed files with 41 additions and 41 deletions
@@ -1,4 +1,4 @@
; test harness for strint.atoi
; test harness for string_to_int
; Registers:
; r8 - test address
; r9 - expected result
@@ -10,7 +10,7 @@ next_test:
; Set up arguments and run test
add r1, r8, 5 ; Start of test string
mov r13, atoi_test_ret
jmp stdlib.strint.atoi
jmp stdlib.string_to_int.auto
atoi_test_ret:
; Load reference data