Com: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m fix description!
m avoid redir
 
Line 2: Line 2:
Com is listed as the oldest [[CP/M]] emulator.  The project homepage is [http://userweb.windwireless.net/~jimc/com.html http://userweb.windwireless.net/~jimc/com.html].
Com is listed as the oldest [[CP/M]] emulator.  The project homepage is [http://userweb.windwireless.net/~jimc/com.html http://userweb.windwireless.net/~jimc/com.html].


Com started out as an [[i8080]] emulator for CP/M running on the [[68000]] cpu, running CP/M.  At the time all the OS calls were handed down to the native OS.  From there it developed into a port to various UNIX that ran on the 68000 CPU.  As time went on the CPU emulation was re-written in various other assembly languages, and the last version has a '[[C]]' version making it now very portable.
Com started out as an [[i8080]] emulator for CP/M running on the [[68000]] cpu, running CP/M.  At the time all the OS calls were handed down to the native OS.  From there it developed into a port to various UNIX that ran on the 68000 CPU.  As time went on the CPU emulation was re-written in various other assembly languages, and the last version has a '[[C (language)|C]]' version making it now very portable.


Com doesn't run CP/M natively, it's more similar to how WINE works.
Com doesn't run CP/M natively, it's more similar to how WINE works.

Latest revision as of 13:59, 7 August 2017

COM running Zork1

Com is listed as the oldest CP/M emulator. The project homepage is http://userweb.windwireless.net/~jimc/com.html.

Com started out as an i8080 emulator for CP/M running on the 68000 cpu, running CP/M. At the time all the OS calls were handed down to the native OS. From there it developed into a port to various UNIX that ran on the 68000 CPU. As time went on the CPU emulation was re-written in various other assembly languages, and the last version has a 'C' version making it now very portable.

Com doesn't run CP/M natively, it's more similar to how WINE works.