Linux Logo in 6502 assembly
Go to file
Michaelangel007 06f11ffc22 Add debug linux logos 2017-07-18 11:43:29 -07:00
pics Add debug linux logos 2017-07-18 11:43:29 -07:00
Makefile Add all files 2017-07-17 00:52:37 -07:00
README.md Optimized size to 682 2017-07-17 20:12:41 -07:00
ascii2hgr2bit.c Cleaned up logo comments 2017-07-17 01:07:14 -07:00
debug_logo_280_text.txt Add debug linux logos 2017-07-18 11:43:29 -07:00
debug_text_logo.txt Add debug linux logos 2017-07-18 11:43:29 -07:00
linux_logo.png Add png to readme 2017-07-17 00:58:58 -07:00
linux_logos.psd Add debug linux logos 2017-07-18 11:43:29 -07:00
linuxlogo Optimized size to 682 2017-07-17 20:12:41 -07:00
linuxlogo.s Cleanup unpack comment 2017-07-18 10:33:04 -07:00
ll_6502.dsk Optimized size to 682 2017-07-17 20:12:41 -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: 682 ($2AA) bytes

Screenshots

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

Features

  • Detects Apple ][, ][+, //e, //e+, //c, //c+
    • Pretty-print model instead of generic "II_" (bloats from 696 but worth it.)
  • Detects 48K/64K/128K
  • System information in all uppercase (for Apple ][ without lowercase)
  • Cleaned up fugly logo by Albert Lai
    • Logo is 70 chars wide
    • Logo is bit packed 2 bits/char; expands 70 chars * 4 px = 280 px
    • Logo takes up 70122/8 = 210 bytes compared to 79*12 = 948 bytes
    • 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
..........................................................#####.......
.........................................................#######......
...............@.........................................## # ##......
######........@@#........................................#QQQQQ#......
..##...........#.......................................##..QQQ..##....
..##.......@@@..###.####...###....###..#####.#####....#..........##...
..##......@..@#..###....##..##.....##....##...##.....#............##..
..##.....@...@#..##.....##..##.....##.....##.##......#............###.
..##........@@#..##.....##..##.....##......###......QQ#...........##Q.
..##.....#.@@#...##.....##..##.....##.....##.##....QQQQQ#.......#QQQQQ
..##....##.@@#.#.##.....##..###...###....##...##...QQQQQQ#.....#QQQQQQ
##########..###.####...####...####.###.#####.#####..QQQQQ#######QQQQQ.

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

Note: Lowercase doesn't display properly on ][.

Apple \]\[+ Apple //e

License

WTFPL

If you use code, please provide a comment link so people can follow it for updates.