fix the banner of char_draw to the compiler
This commit is contained in:
parent
465996a2e6
commit
350e014e3f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
;; Takes in a PETSCII-code in CODE
|
;; Takes in a PETSCII-code in CODE
|
||||||
;; And prints it ON X_pos, Y_pos
|
;; And prints it ON X_pos, Y_pos
|
||||||
;; Note that this is the real positions divided by 8
|
;; Note that this is the real positions divided by 8
|
||||||
.proc char_draw; user-procedure :clobbers (A Y) :clobbers-arguments 4
|
.proc char_draw; user-procedure :clobbers (A X Y) :clobbers-arguments 4
|
||||||
.include "char.inc"
|
.include "char.inc"
|
||||||
|
|
||||||
;;Do arithimatic to know where to read and write bytes.
|
;;Do arithimatic to know where to read and write bytes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue