Add comments to the cputs() and cputc() sources about the former relying on
the latter not to clobber ptr1.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
; void cputcxy (unsigned char x, unsigned char y, char c);
|
||||
; void cputc (char c);
|
||||
;
|
||||
; Important note: The implementation of cputs() relies on the cputc() function
|
||||
; not clobbering ptr1. Beware when rewriting or changing this function!
|
||||
|
||||
.include "atari5200.inc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user