Difference between revisions of "PDS development system"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(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 …')
 
Line 1: Line 1:
PDS is an acronym for "Professional Development System" and is a hardware setup for cross development.
+
PDS is an acronym for "Programmers Development System" and is a development system made by Andy Glaister.
 +
The system comprised an "Apricot PC" (an early PC), assembler, debugger, editor, profile, graphics tool and hardware to connect to a target computer.
 +
A company called "Programmers Development Systems Ltd" or "PD Systems" sold it.
  
Code was developed on another computer, in this case a PC, and downloaded to the target computer (e.g. Amstrad).
+
The system made it easy to develop for computers like the Amstrad, C64 and Spectrum.
 +
The code was written on the PC and transferred through the hardware interface to the target computer.
  
The target computer had additional hardware and program which waited for the PDS host to send information.
+
The target computer ran a program which waited for PDS to send it instructions.
 
+
The host would send "instructions" to the target computer.
+
  
 
==Technical==
 
==Technical==
Line 16: Line 17:
  
 
Not known what the interface contained.
 
Not known what the interface contained.
 +
 +
==Links==
 +
http://www.glaister.com/History/Andy/Andy History.htm
 +
http://noname.c64.org/csdb/forums/?roomid=9&topicid=74874#74983

Revision as of 10:08, 30 March 2010

PDS is an acronym for "Programmers Development System" and is a development system made by Andy Glaister. The system comprised an "Apricot PC" (an early PC), assembler, debugger, editor, profile, graphics tool and hardware to connect to a target computer. A company called "Programmers Development Systems Ltd" or "PD Systems" sold it.

The system made it easy to develop for computers like the Amstrad, C64 and Spectrum. The code was written on the PC and transferred through the hardware interface to the target computer.

The target computer ran a program which waited for PDS to send it instructions.

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.

Links

http://www.glaister.com/History/Andy/Andy History.htm http://noname.c64.org/csdb/forums/?roomid=9&topicid=74874#74983