Difference between revisions of "Ethup"

From Spectrum
Jump to navigation Jump to search
(New page: The ethup utility is a simple command line utility to upload data to the Spectrum, using a ''very'' simple protocol. The protocol is as follows: bytes 0,1: Start address, LSB first byte...)
(No difference)

Revision as of 14:57, 15 November 2008

The ethup utility is a simple command line utility to upload data to the Spectrum, using a very simple protocol. The protocol is as follows:

bytes 0,1: Start address, LSB first
bytes 2,3: Length, LSB first
bytes 4..: The data

and uses TCP port 2000.

The ethup utility has the following parameters:

ethup <network-address> <filename> <startaddress>

The startaddress parameter is optional. If the startaddress is left out, then it defalts to 0x8000 (32768, decimal).

When the ethup utility is used to send data to the "Add and remove ROM modules" utility, accessed via the NMI menu, the start address is ignored.

The ethup utility can be downloaded here:

TODO: Download links.