Merge pull request #4 from neuschaefer/dev

debug: refer to output facility as "serial port", not "terminal"
This commit is contained in:
Ry 2023-02-01 13:41:32 -08:00 committed by GitHub
commit ff024542ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
; debug routines ; debug routines
; print a string to the terminal ; print a string to the serial port
; inputs: ; inputs:
; r0: pointer to null-terminated string ; r0: pointer to null-terminated string
; outputs: ; outputs: