···5555`loader` is used to load binary code over the Laplink cable into RAM and then
5656execute it.
57575858-You need to load `z80/loader.bin` into one of the application slots as detailed
5959-above, then run the new Loader app on the Mailstation.
5858+You need to type the hex values of `z80/loader.bin` (tip: use `hexdump -C
5959+z80/loader.bin`) into one of the application slots as detailed above, then run
6060+the new Loader app on the Mailstation.
6061Then run `mailsend.exe <your binary file>` to send your binary code over the
6162Laplink cable and it will be executed as soon as the transfer is done.
6263···6566`codedump` is used to read the contents of the 1Mb flash chip containing the
6667Mailstation's code and send it over the Laplink cable.
67686868-You need to load `z80/codedump.bin` into one of the application slots as
6969-detailed above.
6969+You need to type the hex values of `z80/codedump.bin` into one of the
7070+application slots as detailed above.
70717172Run `maildump.exe /code` to wait for the code dump to begin.
7273···8081Mailstation's data area (containing downloaded programs, e-mails, etc.) and
8182send it over the Laplink cable.
82838383-You need to load `z80/datadump.bin` into one of the application slots as
8484-detailed above.
8484+You need to type the hex values of `z80/datadump.bin` into one of the
8585+application slots as detailed above.
85868687Run `maildump.exe /data` to wait for the data dump to begin.
8788