CP/M emulator: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
m (→‎Links: dead)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[image:cpm.jpg]]
[[image:cpm.jpg|right]]
==Description==
CP/M (Z80) emulation package emulates the microprocessors Intel 8080/8085 and Zilog Z80. All documented and undocumented Op codes are emulated. Even the undefined behaviour of flags is the same as on the target platform. The emulation is extremely fast.
CP/M (Z80) emulation


This emulation package emulates the microprocessors Intel 8080/8085 and Zilog Z80. All documented and undocumented Op codes are emulated. Even the undefined behaviour of flags is the same as on the target platform. The emulation is extremely fast.
To support development tools, this emulation also contains a complete operating system, which is compatible to CP/M. However the CCP has been enhanced by some additional commands known from the various PC operating systems (DOS, OS/2).


To support development tools, this emulation also contains a complete operating system, which is compatible to CP/M. However the CCP has been enhanced by some additional commands known from the various PC operating systems (DOS, OS/2 and - I can't remember the other at the moment).
If you are used in programming under CP/M and using these microprocessors, you should not have any problems with the lack of an English documentation.
 
If you are used in programming under CP/M and using these microprocessors, you should not have any problems with the lack of an english documentation. If there are enough requests, however, I will translate the documentation.
 
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=cpm_2_10g.zip Version 2.1 - German]


==License==
==License==
Line 17: Line 11:
==Author==
==Author==
* [[Markus Noller]]
* [[Markus Noller]]
* [[Klaus Breining]]
* [[Noller & Breining Software]]


==Links==
[[Category:Emulators]]
 
[[Category:Software]]

Latest revision as of 12:43, 15 January 2020

CP/M (Z80) emulation package emulates the microprocessors Intel 8080/8085 and Zilog Z80. All documented and undocumented Op codes are emulated. Even the undefined behaviour of flags is the same as on the target platform. The emulation is extremely fast.

To support development tools, this emulation also contains a complete operating system, which is compatible to CP/M. However the CCP has been enhanced by some additional commands known from the various PC operating systems (DOS, OS/2).

If you are used in programming under CP/M and using these microprocessors, you should not have any problems with the lack of an English documentation.

License

  • Freeware

Author