Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PDS development system

From CPCWiki - THE Amstrad CPC encyclopedia!
Revision as of 13:29, 30 March 2010 by Arnoldemu (talk | contribs) (Created page with 'PDS is an acronym for "Professional Development System" and is a hardware setup for cross development. Code was developed on another computer, in this case a PC, and downloaded …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PDS is an acronym for "Professional Development System" and is a hardware setup for cross development.

Code was developed on another computer, in this case a PC, and downloaded to the target computer (e.g. Amstrad).

The target computer had additional hardware and program which waited for the PDS host to send information.

The host would send "instructions" to the target computer.

Technical

Uses port FBEC-FBEF.

FBED input is used to signal data is ready for CPC to read FBEC is used to transfer 8-bit data. FBED output is used to signal back to host that data has been received.

Not known what the interface contained.