A2osX/SBIN/GFX/APPLE.PIC.S.txt
2015-11-27 17:27:12 +01:00

40 lines
820 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PR#3
PREFIX /A2OSX.SRC
NEW
INC 1
AUTO 6
.LIST OFF
.OP 65C02
.OR $2000
.TF /A2OSX.BOOT/SBIN/GFX/APPLE.PIC
*--------------------------------------
* 28x16 (bits)
* 7x16 (16 color pixels)
*--------------------------------------
Header .AS "PI"
.DA
.DA
.DA #16
.DA
*--------------------------------------
Apple.And .DA #%00000001
.DA #%00000011
.DA #%00000101
.DA #%00001001
.DA #%00010001
.DA #%00100011
.DA #%01110101
.DA #%00011000
*--------------------------------------
Apple.Ora .DA #%00000000
.DA #%00000000
.DA #%00000010
.DA #%00000110
.DA #%00001110
.DA #%00011100
.DA #%00001000
.DA #%00000000
*--------------------------------------
MAN
SAVE SBIN/GFX/APPLE.PIC.S
ASM