Maybe finished day 5 program (Apple ][ emulator is running it slowly)

[?]
Aug 18, 2018, 1:26 AM
EQCYURZB3FMTZT7MR2VFTHHOQSYQRMGGQZBUDYKE3R5HNKCNF7WAC

Dependencies

  • [2] TQGQGDND Day 5 program: expect file to be read
  • [3] BNQRFDSX Start program for day 5.

Change contents

  • replacement in 2017/day5 at line 0
    [3.7][2.0:229]()
    [3.7]
  • replacement in 2017/day5.md at line 12
    [3.375][3.375:447]()
    (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 some
    differences 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`)