; Convert characters to screen codes
-
+
; Helper macro that converts and outputs one character
.macro _scrcode char
.if (char >= 0) .and (char <= 31)
.endif
; Call the macro recursively with the remaining args
- scrcode arg2, arg3, arg4, arg5, arg6, arg7, arg8
+ scrcode arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9
.endmacro
.endif
; Call the macro recursively with the remaining args
- scrcode arg2, arg3, arg4, arg5, arg6, arg7, arg8
+ scrcode arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9
.endmacro
-
+