[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: text source of comms program for //e
klint (kg@kgb.une.edu.au) wrote:
: does anyone have the text source for a comms program for a //e? I'd like to
: use the IN#2 PR#2 trick to send the source to the //e from a wintel box.
: Or is it possible to hex encode the binary file and use
: IN#/PR# to enter the raw binary?
The program which you are looking for already exists in a sense. On
Asimov you should be able to find a program called ADT. To set this
program up, a text file is sent to the //e through the serial card.
These commands enters the debugger, "types" the program into memory,
returns to Applesoft, then saves the binary file. In essence, you are
sending hex encoded data to the //e, along with a few commands which
tell it what to do with that data (ie. put it into memory in the right
place, and save it as a binary file). Afterwards, ADT allows you to
transfer disk images in a binary format (one of which is presumably
a communications program).
--
Stopped (SIGTTOU) byron.
$
(c) copyright 1999 by Byron Desnoyers Winmill.
You are free to distribute and archive this message for personal use only.
Archiving this message for commercial purposes is expressly forbidden.