June 2018 Update

This commit is contained in:
Ingy döt Net 2018-06-22 20:57:24 +00:00
parent ba8067c3b7
commit 22f33d4004
5278 changed files with 84726 additions and 14379 deletions

View file

@ -2,8 +2,8 @@
; String printing limited to strings of 256 characters or less.
a_cr = $0d ; Carriage return.
bsout = $ffd2 ; KERNAL ROM, output a character to current device.
bsout = $ffd2 ; C64 KERNAL ROM, output a character to current device.
; use $fded for Apple 2
.code
ldx #0 ; Starting index 0 in X register.