mirror of
https://github.com/Michaelangel007/6502_linux_logo.git
synced 2024-11-24 08:31:26 +00:00
Linux Logo in 6502 assembly
pics | ||
ascii2hgr2bit.c | ||
linux_logo.png | ||
linuxlogo | ||
linuxlogo.s | ||
ll_6502.dsk | ||
Makefile | ||
packedlogo.s | ||
README.md |
6502 Linux Logo
Linux Logo in 6502 assembly language.
Size: 696 ($2B8) bytes
Screenshots
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
- 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
- Logo is bit packed 2 bits/char, expands 70 chars * 4 px = 280 px
- 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 ][.
License
If you use code, please provide a comment link so people can follow it for updates.