Difference between revisions of "Emu8080"

From Computer History Wiki
Jump to: navigation, search
(New page: Emu8080 is an Intel 8080 emulator written in javascript, that can boot CP/M! The [http://www.tramm.li/i8080/ project homepage is here], while to access it, just click [http://www.tramm.li...)
 
m (Add some links)
 
Line 1: Line 1:
Emu8080 is an Intel 8080 emulator written in javascript, that can boot CP/M!  The [http://www.tramm.li/i8080/ project homepage is here], while to access it, just click [http://www.tramm.li/i8080/emu8080.html here].
+
'''Emu8080''' is an [[Intel 8080]] [[emulator]] written in [[JavaScript]], that can boot [[CP/M]]!  The [http://www.tramm.li/i8080/ project homepage is here], while to access it, just click [http://www.tramm.li/i8080/emu8080.html here].
  
 
It works best in Google Chrome.
 
It works best in Google Chrome.
Line 34: Line 34:
 
</pre>
 
</pre>
  
 +
{{stub}}
  
{{stub}}
+
[[Category: Emulators]]
[[Category:Emulators]]
 

Latest revision as of 14:40, 24 April 2024

Emu8080 is an Intel 8080 emulator written in JavaScript, that can boot CP/M! The project homepage is here, while to access it, just click here.

It works best in Google Chrome.

Sample session

>>> r  0 cpma                                                                                                                                                                  
loading image cpma.cpm......OK                                                                                                                                                 
writing to disk 0..............................................................................................................................................................
.......................................................................................DONE                                                                                    
>>> r 1 zork1                                                                                                                                                                  
loading image zork1.cpm...OK                                                                                                                                                   
writing to disk 1..............................................................................................................................................................
.................................................................................................DONE                                                                          
>>> b                                                                                                                                                                          
load bootloader from drive 0......DONE                                                                                                                                         
>>> g 0                                                                                                                                                                        
64K CP/M Vers. 2.2 (CBIOS V1.2a for emu8080, derived from z80pack by Udo Munk)                                                                                                 
                                                                                                                                                                               
A>b:                                                                                                                                                                           
B>zork1                                                                                                                                                                        
ZORK I: The Great Underground Empire                                                                                                                                           
Copyright (c) 1981, 1982, 1983 Infocom, Inc. All rights                                                                                                                        
reserved.                                                                                                                                                                      
ZORK is a registered trademark of Infocom, Inc.                                                                                                                                
Revision 88 / Serial number 840726                                                                                                                                             
                                                                                                                                                                               
West of House                                                                                                                                                                  
You are standing in an open field west of a white house, with                                                                                                                  
a boarded front door.                                                                                                                                                          
There is a small mailbox here.                                                                                                                                                 
                                                                                                                                                                               
>