Linux Logo in 6502 assembly
Go to file
Michaelangel007 89fe8af8d5 Add ll_6502 pics 2017-07-17 11:29:56 -07:00
pics Add ll_6502 pics 2017-07-17 11:29:56 -07:00
Makefile Add all files 2017-07-17 00:52:37 -07:00
README.md Add ll_6502 pics 2017-07-17 11:29:56 -07:00
ascii2hgr2bit.c Cleaned up logo comments 2017-07-17 01:07:14 -07:00
linux_logo.png Add png to readme 2017-07-17 00:58:58 -07:00
linuxlogo.s Size now 696 bytes 2017-07-17 02:17:24 -07:00
ll_6502.dsk Size now 696 bytes 2017-07-17 02:17:24 -07:00
packedlogo.s Size 701 bytes 2017-07-17 02:01:43 -07:00

README.md

6502 Linux Logo

Linux Logo in 6502 assembly language.

Size: 696 ($2B8) bytes

Screenshots

Apple \]\[ Apple \]\[+ Apple //e  Apple //e+

Features

  • Detects Apple ][, ][+, //e, //e+, //c, //c+
  • Detects 48K/64K/128K
  • Cleaned up fugly logo by Albert Lai
    • Width is now 70 chars to be exact 4 pixels/char for 280 HGR resolution
    • Bit-packed Logo takes up 210 bytes (2 bits/char) compared to 80*12 = 960 byte
    • X is now symmetrical
    • Fixed L,i,n kerning
    • Fixed x Penguin kerning
    • Fixed L to fit
    • Chopped off 2 columns of penguin to fit 70 chars
  • Expands 2 bits to 4 bits = 2 pixels (70 chars * 4 bits = 280 px)
__________________________________________________________@@@@@_______
_________________________________________________________@@@@@@@______
______________A__________________________________________@@_@_@@______
@@@@@@_______AA@_________________________________________@BBBBB@______
__@@__________@________________________________________@@__BBB__@@____
__@@_______AAA__@@@_@@@@___@@@____@@@__@@@@@_@@@@@____@__________@@___
__@@______A__A@__@@@____@@__@@_____@@____@@___@@_____@____________@@__
__@@_____A___A@__@@_____@@__@@_____@@_____@@_@@______@____________@@@_
__@@________AA@__@@_____@@__@@_____@@______@@@______BB@___________@@B_
__@@_____@_AA@___@@_____@@__@@_____@@_____@@_@@____BBBBB@_______@BBBBB
__@@____@@_AA@_@_@@_____@@__@@@___@@@____@@___@@___BBBBBB@_____@BBBBBB
@@@@@@@@@@__@@@_@@@@___@@@@___@@@@_@@@_@@@@@_@@@@@__BBBBB@@@@@@@BBBBB_

See: ascii2hgr2bit for packing ASCII to 2 bits/char. NOTE: PackedLen isn't needed if full 40 bytes HGR width is unpacked to.

Inspired from non-optimized version. Size: 1,573 ($625) bytes

Apple \]\[+ Apple //e