Maybe finished day 5 program (Apple ][ emulator is running it slowly)
[?]
Aug 18, 2018, 1:26 AM
EQCYURZB3FMTZT7MR2VFTHHOQSYQRMGGQZBUDYKE3R5HNKCNF7WACDependencies
Change contents
- replacement in 2017/day5 at line 0[3.7]
- replacement in 2017/day5.md at line 12
(or a real Apple ][ if you have one and are able to transfer data to it)[3.375](or a real Apple ][ if you have one and are able to transfer data to it)The program looks for a text file named "DAY5TEXT" for input. There are somedifferences between this file and the raw puzzle input:* The high bit for each character must be set (`ascii | 0x80`)* The line separator is byte 0x8d (`'\r' | 0x80`)