forked from TCShenanigans/symphony_stdlib
Apply agreed naming conventions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user