Knowledge

Emulator

Source 📝

1362:, and the original code is not lost or affected; this way, even data segments can be (meaninglessly) translated by the recompiler, resulting in no more than a waste of translation time. Speed may not be desirable as some older games were not designed with the speed of faster computers in mind. A game designed for a 30 MHz PC with a level timer of 300 game seconds might only give the player 30 seconds on a 300 MHz PC. Other programs, such as some DOS programs, may not even run on faster computers. Particularly when emulating computers which were "closed-box", in which changes to the core of the system were not typical, software may use techniques that depend on specific characteristics of the computer it ran on (e.g. its CPU's speed) and thus precise control of the speed of emulation is important for such applications to be properly emulated. 281:, some other hardware (such as input or output devices) must be provided in virtual form as well; for example, if writing to a specific memory location should influence what is displayed on the screen, then this would need to be emulated. While emulation could, if taken to the extreme, go down to the atomic level, basing its output on a simulation of the actual circuitry from a virtual power source, this would be a highly unusual solution. Emulators typically stop at a simulation of the documented hardware specifications and digital logic. Sufficient emulation of some hardware platforms requires extreme accuracy, down to the level of individual clock cycles, undocumented features, unpredictable analog elements, and implementation bugs. This is particularly the case with classic home computers such as the 329:. In many cases, the simulator is actually produced by the company providing the hardware, which theoretically increases its accuracy. Math co-processor emulators allow programs compiled with math instructions to run on machines that do not have the co-processor installed, but the extra work done by the CPU may slow the system down. If a math coprocessor is not installed or present on the CPU, when the CPU executes any co-processor instruction it will make a determined interrupt (coprocessor not available), calling the math emulator routines. When the instruction is successfully emulated, the program continues executing. 68: 1587:
hardware or microcode assist, while "simulation" referred to pure software emulation. For example, a computer specially built for running programs designed for another architecture is an emulator. In contrast, a simulator could be a program which runs on a PC, so that old Atari games can be simulated on it. Purists continue to insist on this distinction, but currently the term "emulation" often means the complete imitation of a machine executing binary code while "simulation" often refers to
246: 699: 53: 1455:, long-term solution that can be designed once and for all and applied uniformly, automatically, and in organized synchrony (for example, at every refresh cycle) to all types of documents and media". He further states that this should not only apply to out of date systems, but also be upwardly mobile to future unknown systems. Practically speaking, when a certain application is released in a new version, rather than address 230: 1423:. Emulation focuses on recreating an original computer environment, which can be time-consuming and difficult to achieve, but valuable because of its ability to maintain a closer connection to the authenticity of the digital object, operating system, or even gaming platform. Emulation addresses the original 370:. By using a functional simulator, programmers can execute and trace selected sections of source code to search for programming errors (bugs), without generating binary code. This is distinct from simulating execution of binary code, which is software emulation. The first functional simulator was written by 1153:
The following example illustrates how CPU simulation can be accomplished by an interpreter. In this case, interrupts are checked-for before every instruction executed, though this behavior is rare in real emulators for performance reasons (it is generally faster to use a subroutine to do the work of
1586:
In 1963, when microcode was first used to speed up this simulation process, IBM engineers coined the term "emulator" to describe the concept. In the 2000s, it has become common to use the word "emulate" in the context of software. However, before 1980, "emulation" referred only to emulation with a
1491:
and deinstitutionalized process for the preservation of digital culture. In many cases, the goal of emulation in new media art is to preserve a digital medium so that it can be saved indefinitely and reproduced without error, so that there is no reliance on hardware that ages and becomes obsolete.
834:
logic can be embedded in the memory emulator, made a module of its own, or sometimes integrated into the CPU simulator). Even if the emulated computer does not feature an MMU, though, there are usually other factors that break the equivalence between logical and physical memory: many (if not most)
591:
and many others are no longer produced as physical devices. Instead, software running on modern operating systems simulates a "dumb" terminal and is able to render the graphical and text elements of the host application, send keystrokes and process commands using the appropriate terminal protocol.
396:
Video game console emulators are programs that allow a personal computer or video game console to emulate another video game console. They are most often used to play older 1980s to 2000s-era video games on modern personal computers and more contemporary video game consoles. They are also used to
185:
implies that theoretically, any operating environment can be emulated within any other environment, assuming memory limitations are ignored. However, in practice, it can be quite difficult, particularly when the exact behavior of the system to be emulated is not documented and has to be deduced
1308:
Interpreters are very popular as computer simulators, as they are much simpler to implement than more time-efficient alternative solutions, and their speed is more than adequate for emulating computers of more than roughly a decade ago on modern machines. However, the speed penalty inherent in
1511:
systems, where concurrency errors can be very difficult to detect and correct without the controlled environment provided by virtual hardware. This also allows the software development to take place before the hardware is ready, thus helping to validate design decisions and give a little more
1378:
can, however, rival such simpler models, if well thought-out, and they have the additional advantage of "automatically" providing a plug-in service through which third-party virtual devices can be used within the emulator. A unified I/O API may not necessarily mirror the structure of the real
1374:; each I/O device is thus often treated as a special case, and no consistent interface for virtual peripherals is provided. This can result in a performance advantage, since each I/O module can be tailored to the characteristics of the emulated device; designs based on a standard, unified I/O 678:: Multiplayer video games often rely on an online game server, which may or may not be available for on-premises installation. A server emulator is an unofficial on-premises server that imitates the behavior of the official online server, even though its internal working might be different. 324:
before trying it on the real hardware. This is so that software can be produced and tested before the final hardware exists in large quantities, so that it can be tested without taking the time to copy the program to be debugged at a low level and without introducing the side effects of a
644:: Some floating-point hardware only supports the simplest operations: addition, subtraction, and multiplication. In systems without any floating-point hardware, the CPU emulates it using a series of simpler fixed-point arithmetic operations that run on the integer arithmetic logic unit. 1137:, which is a computer program that follows the execution flow of the emulated program code and, for every machine code instruction encountered, executes operations on the host processor that are semantically equivalent to the original instructions. This is made possible by assigning a 1506:
Emulation techniques are commonly used during the design and development of new systems. It eases the development process by providing the ability to detect, recreate and repair flaws in the design even before the system is actually built. It is particularly useful in the design of
1920:
Rothenberg, Jeffrey. "The Emulation Solution." Avoiding Technological Quicksand: Finding a Viable Technical Foundation for Digital Preservation. Washington, DC: Council on Library and Information Resources, 1998. Council on Library and Information Resources. 2008. 28 Mar. 2008
1354:
technique, try to circumvent these problems by waiting until the processor control flow jumps into a location containing untranslated code, and only then ("just in time") translates a block of the code into host code that can be executed. The translated code is kept in a
1591:, where a computer program is used to simulate an abstract model. Computer simulation is used in virtually every scientific and engineering domain and Computer Science is no exception, with several projects simulating abstract models of computer systems, such as 137:
printers because so much software is written for HP printers. If a non-HP printer emulates an HP printer, any software written for a real HP printer will also run in the non-HP printer emulation and produce equivalent printing. Since at least the 1990s, many
1132:
The CPU simulator is often the most complicated part of an emulator. Many emulators are written using "pre-packaged" CPU simulators, in order to concentrate on good and efficient emulation of a specific machine. The simplest form of a CPU simulator is an
457:
Due to their popularity, emulators have been impersonated by malware. Most of these emulators are for video game consoles like the Xbox 360, Xbox One, Nintendo 3DS, etc. Generally such emulators make currently impossible claims such as being able to run
1621:. Virtualization hides the physical characteristics of a computing platform from the users, presenting instead an abstract computing platform. At its origins, the software that controlled virtualization was called a "control program", but the terms " 378:. This made it possible for flight programs to be written, executed, and tested before D-17B computer hardware had been built. Autonetics also programmed a functional simulator for testing flight programs for later execution in the military computer 190:. It also says nothing about timing constraints; if the emulator does not perform as quickly as it did using the original hardware, the software inside the emulation may run much more slowly (possibly triggering timer interrupts that alter behavior). 851:
may also complicate memory emulation. As a result, most emulators implement at least two procedures for writing to and reading from logical memory, and it is these procedures' duty to map every access to the correct location of the correct object.
343:
Logic simulation is the use of a computer program to simulate the operation of a digital circuit such as a processor. This is done after a digital circuit has been designed in logic equations, but before the circuit is fabricated in hardware.
825:
It is possible for the memory subsystem emulation to be reduced to simply an array of elements each sized like an emulated word; however, this model fails very quickly as soon as any location in the computer's logical memory does not match
526:
214 F.3d 1022 (2000), have had the opposite effect. According to all legal precedents, emulation is legal within the United States. However, unauthorized distribution of copyrighted code remains illegal, according to both country-specific
1838:, 574 F.Supp. 999, aff'd, 704 F.2d 1009 (9th Cir 1982) (holding the computer ROM of Pac Man to be a sufficient fixation for purposes of copyright law even though the game changes each time played.) and Article 2 of the Berne Convention 272:
Most emulators just emulate a hardware architecture—if operating system firmware or software is required for the desired software, it must be provided as well (and may itself be emulated). Both the OS and the software will then be
1578:
and later on the IBM 7090. This program used the instructions added by the compatibility feature to trap instructions requiring special handling; all other 704 instructions ran the same on a 7090. The compatibility feature on the
1149:
of the simulated CPU. The logic of the simulated CPU can then more or less be directly translated into software algorithms, creating a software re-implementation that basically mirrors the original hardware implementation.
405:
has helped in the spread of console emulators, as most - if not all - would be unavailable for sale in retail outlets. Examples of console emulators that have been released in the last few decades are:
1807: 296:
may suffice. This translates system calls for the foreign system into system calls for the host system e.g., the Linux compatibility layer used on *BSD to run closed source Linux native software on
1550:
and hardware, instead of software simulation using only standard instructions, to execute programs written for earlier IBM computers dramatically increased simulation speed. Earlier, IBM provided
1876:
van der Hoeven, Jeffrey, Bram Lohman, and Remco Verdegem. "Emulation for Digital Preservation in Practice: The Results." The International Journal of Digital Curation 2.2 (2007): 123-132.
1848: 488:
continued to advance and emulator developers grew more skilled in their work, the length of time between the commercial release of a console and its successful emulation began to shrink.
312:; therefore, many emulators do not emulate the graphic processor at all, but simply interpret the commands received from the CPU as the original program would. Developers of software for 619:: the process of imitating the behavior of one or more pieces of hardware (typically a system under design) with another piece of hardware, typically a special purpose emulation system 803:
a CPU emulator or CPU simulator (the two terms are mostly interchangeable in this case), unless the target being emulated has the same CPU architecture as the host, in which case a
2317: 508:, saw significant progress toward emulation during their production. This led to an effort by console manufacturers to stop unofficial emulation, but consistent failures such as 1397:
writing to and reading from physical memory, by means of two procedures similar to the ones dealing with logical memory (although, contrary to the latter, the former
1394:, by means of a procedure that sets flags readable by the CPU simulator whenever an interrupt is raised, allowing the virtual CPU to "poll for (virtual) interrupts" 817:
Buses are often not emulated, either for reasons of performance or simplicity, and virtual peripherals communicate directly with the CPU or the memory subsystem.
1885:
Muira, Gregory. " Pushing the Boundaries of Traditional Heritage Policy: maintaining long-term access to multimedia content." IFLA Journal 33 (2007): 323-326.
856: 119:). An emulator typically enables the host system to run software or use peripheral devices designed for the guest system. Emulation refers to the ability of a 2212: 308:
graphic processor was fully programmable, most games used one of a few pre-made programs, which were mostly self-contained and communicated with the game via
292:
In contrast, some other platforms have had very little use of direct hardware addressing, such as an emulator for the PlayStation 4. In these cases, a simple
1834: 545: 2082: 501: 489: 157:
A hardware emulator is an emulator which takes the form of a hardware device. Examples include the DOS-compatible card installed in some 1990s-era
1856: 557:
are capable of running without a BIOS file, using high-level emulation to simulate BIOS subroutines at a slight cost in emulation accuracy.
553:
as long as the user obtained a legally purchased copy of the machine. To mitigate this however, several emulators for platforms such as
146:
from the 1980s using the games' original 1980s machine code and data, which is interpreted by a current-era system, and to emulate old
1431:
environment of the digital object, and recreates it on a current machine. The emulator allows the user to have access to any kind of
2070: 1897:""Criteria for an Ideal Solution." Avoiding Technological Quicksand: Finding a Viable Technical Foundation for Digital Preservation" 1617:
as complete hardware platforms, certain logical abstractions of their components, or only the functionality required to run various
1675: 1324:
translation of emulated program code into code runnable on the host architecture is usually impossible because of several reasons:
799:
that correspond roughly to the emulated computer's subsystems. Most often, an emulator will be composed of the following modules:
358:
Functional simulation is the use of a computer program to simulate the execution of a second computer program written in symbolic
571:
Terminal emulators are software programs that provide modern computers and devices interactive access to applications running on
843:, which means that the memory-array module must be discarded if the read-only nature of ROM is to be emulated. Features such as 1934: 1744: 2245: 1313:
as the host machine. Until not many years ago, emulation in such situations was considered completely impractical by many.
147: 285:, whose software often depends on highly sophisticated low-level programming tricks invented by game programmers and the " 763: 17: 1989: 2054: 2029: 1643: 1375: 782: 735: 830:. This clearly is the case whenever the emulated hardware allows for advanced memory management (in which case, the 723: in this article's section named "Structure and organization". Unsourced material may be challenged and removed. 2221: 2185: 867:
is read-only memory, while the rest is RAM, something along the line of the following procedures would be typical:
309: 651: 274: 1386:
Even in emulators that treat each device as a special case, there is usually a common basic infrastructure for:
742: 720: 516: 277:
by the emulator, rather than being run by native hardware. Apart from this interpreter for the emulated binary
2090: 668:: a technique for testing the performance of real applications over a virtual network. This is different from 397:
translate games into other languages, to modify existing games, and in the development process of "home brew"
174: 1782: 1332:, even if it is modified only by the emulated operating system when loading the code (for example from disk) 749: 2341: 391: 151: 202:?" Yes, it's possible for a 64 to emulate an IBM PC , in the same sense that it's possible to bail out 2346: 1768: 36: 1625:" or "virtual machine monitor" became preferred over time. Each hypervisor can manage or run multiple 1447:
runs as it did in its original environment. Jeffery Rothenberg, an early proponent of emulation as a
731: 716: 647: 265: 1487:
specialize in resurrecting obsolete technologies in their artwork and recognize the importance of a
2275: 1570:, for which it provided the IBM 709 computer with a program to run legacy programs written for the 2125: 1604: 1551: 1134: 709: 641: 1739:. Laung-Terng Wang, Yao-Wen Chang, Kwang-Ting Cheng. Amsterdam: Morgan Kaufmann/Elsevier. 2009. 1492:
The paradox is that the emulation and the emulator have to be made to work on future computers.
477: 1501: 1456: 1138: 831: 60: 1309:
interpretation can be a problem when emulating computers whose processor speed is on the same
2105: 1317: 658:
by "reading" instructions and maintaining internal variables which represent the processor's
497: 1922: 1896: 1379:
hardware bus: bus design is limited by several electric constraints and a need for hardware
1960: 1468: 1464: 1448: 1432: 1416: 1380: 622: 597: 374:
about 1960 for testing assembly language programs for later execution in military computer
353: 182: 8: 1588: 1521: 1329: 796: 293: 187: 127: 321: 2167: 1762: 1592: 1440: 1310: 1142: 669: 659: 616: 572: 443: 411: 317: 178: 72: 756: 2050: 2025: 1750: 1740: 1638: 1543: 1444: 1428: 1424: 1358: 836: 672:
where virtual models of traffic, network models, channels, and protocols are applied.
665: 566: 359: 170: 100: 2171: 2157: 1938: 1618: 1436: 1146: 840: 554: 532: 510: 505: 431: 338: 278: 234: 120: 67: 1702: 2312: 1626: 1401:
often be left out, and direct references to the memory array be employed instead)
827: 804: 675: 634: 451: 313: 131: 108: 84: 1546:". They discovered that simulation using additional instructions implemented in 1610: 1527: 1460: 848: 844: 655: 261: 245: 2335: 2307: 1754: 1526:
The word "emulator" was coined in 1963 at IBM during development of the NPL (
1488: 1484: 1480: 203: 32: 1996: 1653: 1420: 1351: 367: 282: 195: 166: 123:
in an electronic device to emulate (or imitate) another program or device.
2162: 2145: 1734: 1595:, which both practically and semantically differs from network emulation. 2322: 1531: 601: 493: 305: 238: 162: 143: 1483:
relies heavily on emulation as a preservation strategy. Artists such as
839:; even those that do not often have a block of logical memory mapped to 1622: 1508: 1452: 1371: 1340: 681: 593: 371: 253: 139: 1583:
only required setting a console toggle switch, not a support program.
1736:
Electronic design automation : synthesis, verification, and test
1547: 1539: 1391: 626: 536: 528: 439: 286: 158: 92: 43: 28: 1383:
management that can mostly be ignored in a software implementation.
1316:
What allowed breaking through this restriction were the advances in
698: 320:
often design their software on especially accurate emulators called
52: 1614: 1580: 1567: 1562:. In addition to simulators, IBM had compatibility features on the 1535: 630: 584: 550: 485: 463: 459: 447: 402: 363: 326: 207: 134: 104: 1722: 229: 1575: 1571: 1563: 1559: 1555: 1463:
for every digital object created in the previous version of that
580: 297: 257: 2326: 1974: 522: 423: 301: 249: 199: 76: 56: 1808:"Sony Computer Entertainment America v. Bleem, 214 F. 3d 1022" 1370:
Most emulators do not, as mentioned earlier, emulate the main
1350:
Various forms of dynamic recompilation, including the popular
401:
demos and in the creation of new games for older systems. The
142:
enthusiasts and hobbyists have used emulators to play classic
1961:"Full System Simulation: Software Development's Missing Link" 684:: the process of controlling an emulation through a simulator 588: 576: 435: 427: 419: 407: 379: 375: 1451:
strategy states, "the ideal approach would provide a single
1814:. Court of Appeals (published 4 May 2000). 14 February 2000 1648: 1343: 1336: 540: 415: 1598: 706:
This article's section named "Structure and organization"
517:
Sony Computer Entertainment, Inc. v. Connectix Corporation
2282: 2252: 2220:(5th ed.). Prentice-Hall. p. 27. Archived from 2211:
Turban, E; King, D.; Lee, J.; Viehland, D. (2008). "19".
1923:
http://www.clir.org/pubs/reports/rothenberg/contents.html
1800: 398: 80: 2083:"IBM Archives: 7090 Data Processing System (continued)" 2210: 1835:
Midway Manufacturing Co. v. Artic International, Inc.
115:) to behave like another computer system (called the 2022:
Building IBM: Shaping an Industry and Its Technology
1721:
Linux emulation removed from OpenBSD at version 6.0
546:
Lewis Galoob Toys, Inc. v. Nintendo of America, Inc.
1935:"Echoes of Art: Emulation as preservation strategy" 1894: 1879: 1471:, allowing access to all of said digital objects. 2133:. March 1962. pp. 56–57, 98–100. A22-0526-3. 31:. For a line of digital musical instruments, see 2333: 2107:Reference Manual IBM 7090 Data Processing System 575:operating systems or other host systems such as 1958: 1479:Because of its primary use of digital formats, 1335:there may not be a way to reliably distinguish 385: 2276:"The Origin of the VM/370 Time-sharing System" 1987: 1515: 688: 592:Some terminal emulation applications include 83:. Additionally, the output of the historical 2214:Electronic Commerce A Managerial Perspective 1990:"Full System Simulation of Embedded Systems" 1901:Council on Library and Information Resources 1673: 1667: 523:Sony Computer Entertainment America v. Bleem 1495: 813:various input/output (I/O) device emulators 49:System allowing a device to imitate another 531:and international copyright law under the 2161: 2113:. March 1962. pp. 65–66. A22-6528-4. 783:Learn how and when to remove this message 87:of this calculator line can be displayed. 2316:) is being considered for deletion. See 2071:Simulation of the IBM 650 on the IBM 705 1415:Emulation is one strategy in pursuit of 654:: Mimics the behavior of a mainframe or 244: 228: 66: 51: 1599:Comparison with hardware virtualization 1467:, one could create an emulator for the 795:Typically, an emulator is divided into 535:. Under United States law, obtaining a 347: 130:, for example, are designed to emulate 14: 2334: 2273: 2143: 2045:Pugh, Emerson W.; et al. (1991). 1975:"Debugging and Full System Simulation" 1700: 1339:(which should not be translated) from 1365: 1273:* Handling of every valid instruction 237:emulator, which is in turn running a 75:for the 1983 programmable calculator 2044: 2019: 721:adding citations to reliable sources 692: 478:Console emulator § Legal issues 2124:"System Compatibility Operations". 2104:"System Compatibility Operations". 1474: 820: 332: 27:This article is about emulators in 24: 2267: 2186:"Network simulation or emulation?" 1410: 625:: the use of a hardware device to 612:Other types of emulators include: 549:, 964 F.2d 965 (9th Cir. 1992) as 25: 2358: 2320:to help reach a consensus. › 2299: 2089:. 23 January 2003. Archived from 1644:List of computer system emulators 859:system where memory from address 2127:IBM 1410 Principles of Operation 1127: 697: 366:language, rather than in binary 219:and editorial answer, April 1988 2238: 2204: 2178: 2137: 2117: 2097: 2075: 2064: 2047:IBM's 360 and Early 370 Systems 2038: 2013: 1981: 1967: 1952: 1927: 1914: 1888: 1723:https://www.openbsd.org/60.html 1609:Hardware virtualization is the 1405: 708:needs additional citations for 652:high-level programming language 539:copy of the original machine's 514:977 F.2d 1510 (9th Cir. 1992), 469: 1870: 1841: 1826: 1775: 1727: 1715: 1694: 607: 13: 1: 2305: 2246:"Virtualization in education" 1676:"MS-DOS Emulation For The 64" 1661: 1530:) product line, using a "new 175:field-programmable gate array 2146:"Emulation of large systems" 1895:Rothenberg, Jeffrey (1998). 386:Video game console emulators 7: 1674:Warick, Mike (April 1988). 1632: 1352:Just In Time compiler (JIT) 598:IBM Personal Communications 560: 466:games in a single program. 392:Video game console emulator 173:(PC) software programs and 169:, that allowed them to run 152:video game console emulator 10: 2363: 1602: 1519: 1516:Comparison with simulation 1499: 689:Structure and organization 564: 543:is legal under the ruling 475: 389: 351: 336: 41: 37:Emulation (disambiguation) 26: 2150:Communications of the ACM 2020:Pugh, Emerson W. (1995). 1783:"The Emulation Imitation" 1703:"PlayStation 4 Emulators" 810:a memory subsystem module 807:layer may be used instead 648:Instruction set simulator 583:. Terminals such as the 520:203 F.3d 596 (2000), and 304:. For example, while the 2318:templates for discussion 1959:Peter Magnusson (2004). 1496:In future systems design 1156: 1008: 869: 486:global computer networks 224: 42:Not to be confused with 1988:Vania Joloboff (2009). 1853:Koninklijke Bibliotheek 1605:Hardware virtualization 642:Floating-point emulator 504:handhelds, such as the 161:computers, such as the 1767:: CS1 maint: others ( 1502:Full system simulation 269: 242: 233:Windows XP running an 222: 88: 64: 61:command-line interface 35:. For other uses, see 2274:Creasy, R.J. (1981). 2163:10.1145/365691.365931 2144:Tucker, S. G (1965). 1330:modified while in RAM 1318:dynamic recompilation 857:base-limit addressing 594:Attachmate Reflection 476:Further information: 256:Game Boy emulator on 248: 232: 192: 70: 55: 2024:. MIT. p. 274. 1849:"What is emulation?" 1810:. 9th Circuit 2000. 1449:digital preservation 1417:digital preservation 835:architectures offer 717:improve this article 354:High level emulation 348:Functional emulators 260:, itself running on 183:Church-Turing thesis 2192:. 22 September 2017 1589:computer simulation 1522:Computer simulation 1320:techniques. Simple 623:In-circuit emulator 318:video game consoles 294:compatibility layer 188:reverse engineering 148:video game consoles 79:X running on Apple 2342:Emulation software 2093:on March 13, 2005. 1593:network simulation 1366:Input/output (I/O) 1311:order of magnitude 670:network simulation 573:mainframe computer 444:Visual Boy Advance 279:machine's language 270: 243: 179:hardware emulators 89: 65: 18:Software emulation 2347:Computer hardware 1789:. 17 October 2014 1787:Malwarebytes Labs 1746:978-0-08-092200-3 1639:List of emulators 1619:operating systems 837:memory-mapped I/O 793: 792: 785: 767: 666:Network emulation 617:Hardware emulator 567:Terminal emulator 492:consoles such as 484:As computers and 360:assembly language 171:personal computer 107:that enables one 16:(Redirected from 2354: 2294: 2293: 2291: 2289: 2280: 2271: 2265: 2264: 2262: 2260: 2250: 2242: 2236: 2235: 2233: 2232: 2226: 2219: 2208: 2202: 2201: 2199: 2197: 2182: 2176: 2175: 2165: 2141: 2135: 2134: 2132: 2121: 2115: 2114: 2112: 2101: 2095: 2094: 2079: 2073: 2068: 2062: 2060: 2042: 2036: 2035: 2017: 2011: 2010: 2008: 2007: 2001: 1995:. Archived from 1994: 1985: 1979: 1978: 1971: 1965: 1964: 1956: 1950: 1949: 1947: 1946: 1937:. Archived from 1931: 1925: 1918: 1912: 1911: 1909: 1908: 1903:. Washington, DC 1892: 1886: 1883: 1877: 1874: 1868: 1867: 1865: 1864: 1855:. Archived from 1845: 1839: 1830: 1824: 1823: 1821: 1819: 1804: 1798: 1797: 1795: 1794: 1779: 1773: 1772: 1766: 1758: 1731: 1725: 1719: 1713: 1712: 1710: 1709: 1698: 1692: 1691: 1689: 1687: 1671: 1627:virtual machines 1475:In new media art 1437:operating system 1304: 1301: 1298: 1295: 1292: 1289: 1286: 1283: 1280: 1277: 1274: 1271: 1268: 1265: 1262: 1259: 1256: 1253: 1250: 1247: 1244: 1241: 1238: 1237:InterruptPointer 1235: 1232: 1229: 1226: 1223: 1220: 1217: 1214: 1211: 1208: 1205: 1202: 1199: 1196: 1193: 1190: 1187: 1184: 1181: 1178: 1175: 1172: 1169: 1166: 1163: 1160: 1123: 1120: 1117: 1114: 1111: 1108: 1105: 1102: 1099: 1096: 1093: 1090: 1087: 1084: 1081: 1078: 1075: 1072: 1069: 1066: 1063: 1060: 1057: 1054: 1051: 1048: 1045: 1042: 1039: 1036: 1033: 1030: 1027: 1024: 1021: 1018: 1015: 1012: 1005: 1002: 999: 996: 993: 990: 987: 984: 981: 978: 975: 972: 969: 966: 963: 960: 957: 954: 951: 948: 945: 942: 939: 936: 933: 930: 927: 924: 921: 918: 915: 912: 909: 906: 903: 900: 897: 894: 891: 888: 885: 882: 879: 876: 873: 821:Memory subsystem 788: 781: 777: 774: 768: 766: 725: 701: 693: 555:Game Boy Advance 533:Berne Convention 511:Sega v. Accolade 506:Game Boy Advance 502:sixth generation 490:Fifth generation 339:Logic simulation 333:Logic simulators 314:embedded systems 220: 121:computer program 21: 2362: 2361: 2357: 2356: 2355: 2353: 2352: 2351: 2332: 2331: 2321: 2302: 2297: 2287: 2285: 2278: 2272: 2268: 2258: 2256: 2248: 2244: 2243: 2239: 2230: 2228: 2224: 2217: 2209: 2205: 2195: 2193: 2184: 2183: 2179: 2142: 2138: 2130: 2123: 2122: 2118: 2110: 2103: 2102: 2098: 2081: 2080: 2076: 2069: 2065: 2057: 2043: 2039: 2032: 2018: 2014: 2005: 2003: 1999: 1992: 1986: 1982: 1973: 1972: 1968: 1957: 1953: 1944: 1942: 1933: 1932: 1928: 1919: 1915: 1906: 1904: 1893: 1889: 1884: 1880: 1875: 1871: 1862: 1860: 1847: 1846: 1842: 1831: 1827: 1817: 1815: 1806: 1805: 1801: 1792: 1790: 1781: 1780: 1776: 1760: 1759: 1747: 1733: 1732: 1728: 1720: 1716: 1707: 1705: 1699: 1695: 1685: 1683: 1672: 1668: 1664: 1635: 1607: 1601: 1554:for, e.g., the 1524: 1518: 1504: 1498: 1477: 1413: 1411:In preservation 1408: 1368: 1306: 1305: 1302: 1299: 1296: 1293: 1290: 1287: 1284: 1281: 1278: 1275: 1272: 1269: 1266: 1263: 1260: 1257: 1254: 1251: 1248: 1245: 1242: 1239: 1236: 1233: 1230: 1227: 1224: 1221: 1218: 1215: 1212: 1209: 1206: 1203: 1200: 1197: 1194: 1191: 1188: 1185: 1182: 1179: 1176: 1173: 1170: 1167: 1164: 1161: 1158: 1154:an interrupt). 1130: 1125: 1124: 1121: 1118: 1115: 1112: 1109: 1106: 1103: 1100: 1097: 1094: 1091: 1088: 1085: 1082: 1079: 1076: 1073: 1070: 1067: 1064: 1061: 1058: 1055: 1052: 1049: 1046: 1043: 1040: 1037: 1034: 1031: 1028: 1025: 1022: 1019: 1016: 1013: 1010: 1007: 1006: 1003: 1000: 997: 994: 991: 988: 985: 982: 979: 976: 973: 970: 967: 964: 961: 958: 955: 952: 949: 946: 943: 940: 937: 934: 931: 928: 925: 922: 919: 916: 913: 910: 907: 904: 901: 898: 895: 892: 889: 886: 883: 880: 877: 874: 871: 828:physical memory 823: 805:virtual machine 789: 778: 772: 769: 726: 724: 714: 702: 691: 676:Server emulator 635:embedded system 610: 569: 563: 480: 472: 394: 388: 356: 350: 341: 335: 252:running on the 227: 221: 214: 109:computer system 85:thermal printer 50: 47: 40: 23: 22: 15: 12: 11: 5: 2360: 2350: 2349: 2344: 2330: 2329: 2301: 2300:External links 2298: 2296: 2295: 2266: 2255:. October 2007 2237: 2203: 2177: 2156:(12): 753–61. 2136: 2116: 2096: 2087:www-03.ibm.com 2074: 2063: 2055: 2037: 2030: 2012: 1980: 1966: 1951: 1926: 1913: 1887: 1878: 1869: 1840: 1825: 1812:Google Scholar 1799: 1774: 1745: 1726: 1714: 1693: 1665: 1663: 1660: 1659: 1658: 1657: 1656: 1651: 1646: 1634: 1631: 1611:virtualization 1603:Main article: 1600: 1597: 1528:IBM System/360 1520:Main article: 1517: 1514: 1500:Main article: 1497: 1494: 1476: 1473: 1419:and combating 1412: 1409: 1407: 1404: 1403: 1402: 1395: 1367: 1364: 1348: 1347: 1333: 1276:* goes here... 1258:ProgramCounter 1231:ProgramCounter 1225:ProgramCounter 1157: 1129: 1126: 1098:RaiseInterrupt 1009: 989:RaiseInterrupt 870: 845:bank switching 822: 819: 815: 814: 811: 808: 791: 790: 705: 703: 696: 690: 687: 686: 685: 679: 673: 663: 656:microprocessor 645: 638: 637: 620: 609: 606: 565:Main article: 562: 559: 482: 481: 471: 468: 390:Main article: 387: 384: 352:Main article: 349: 346: 337:Main article: 334: 331: 226: 223: 212: 48: 9: 6: 4: 3: 2: 2359: 2348: 2345: 2343: 2340: 2339: 2337: 2328: 2324: 2319: 2315: 2314: 2309: 2304: 2303: 2284: 2277: 2270: 2254: 2247: 2241: 2227:on 2009-05-21 2223: 2216: 2215: 2207: 2191: 2190:Network World 2187: 2181: 2173: 2169: 2164: 2159: 2155: 2151: 2147: 2140: 2129: 2128: 2120: 2109: 2108: 2100: 2092: 2088: 2084: 2078: 2072: 2067: 2061:pages 160-161 2058: 2056:0-262-16123-0 2052: 2048: 2041: 2033: 2031:0-262-16147-8 2027: 2023: 2016: 2002:on 2014-02-09 1998: 1991: 1984: 1976: 1970: 1962: 1955: 1941:on 2007-10-27 1940: 1936: 1930: 1924: 1917: 1902: 1898: 1891: 1882: 1873: 1859:on 2015-09-13 1858: 1854: 1850: 1844: 1837: 1836: 1829: 1813: 1809: 1803: 1788: 1784: 1778: 1770: 1764: 1756: 1752: 1748: 1742: 1738: 1737: 1730: 1724: 1718: 1704: 1697: 1681: 1677: 1670: 1666: 1655: 1652: 1650: 1647: 1645: 1642: 1641: 1640: 1637: 1636: 1630: 1628: 1624: 1620: 1616: 1612: 1606: 1596: 1594: 1590: 1584: 1582: 1577: 1573: 1569: 1565: 1561: 1557: 1553: 1549: 1545: 1541: 1537: 1533: 1529: 1523: 1513: 1510: 1503: 1493: 1490: 1489:decentralized 1486: 1485:Cory Arcangel 1482: 1481:new media art 1472: 1470: 1466: 1462: 1458: 1457:compatibility 1454: 1450: 1446: 1442: 1439:on a current 1438: 1434: 1430: 1426: 1422: 1418: 1400: 1396: 1393: 1389: 1388: 1387: 1384: 1382: 1377: 1373: 1363: 1361: 1360: 1353: 1345: 1342: 1338: 1334: 1331: 1327: 1326: 1325: 1323: 1319: 1314: 1312: 1155: 1151: 1148: 1144: 1140: 1136: 1128:CPU simulator 1071:LimitRegister 941:LimitRegister 868: 866: 862: 858: 853: 850: 846: 842: 838: 833: 829: 818: 812: 809: 806: 802: 801: 800: 798: 787: 784: 776: 765: 762: 758: 755: 751: 748: 744: 741: 737: 734: –  733: 729: 728:Find sources: 722: 718: 712: 711: 704: 700: 695: 694: 683: 680: 677: 674: 671: 667: 664: 661: 657: 653: 649: 646: 643: 640: 639: 636: 632: 628: 624: 621: 618: 615: 614: 613: 605: 603: 599: 595: 590: 586: 582: 578: 574: 568: 558: 556: 552: 548: 547: 542: 538: 534: 530: 525: 524: 519: 518: 513: 512: 507: 503: 499: 495: 491: 487: 479: 474: 473: 467: 465: 461: 455: 453: 449: 445: 441: 437: 433: 429: 425: 421: 417: 413: 409: 404: 400: 393: 383: 381: 377: 373: 369: 365: 361: 355: 345: 340: 330: 328: 323: 319: 315: 311: 307: 303: 299: 295: 290: 288: 284: 280: 276: 267: 263: 259: 255: 251: 247: 240: 236: 231: 218: 211: 209: 205: 204:Lake Michigan 201: 197: 191: 189: 184: 180: 176: 172: 168: 164: 160: 155: 153: 149: 145: 141: 136: 133: 129: 124: 122: 118: 114: 110: 106: 102: 98: 94: 86: 82: 78: 74: 71:An emulation 69: 62: 59:emulates the 58: 54: 45: 38: 34: 33:E-mu Emulator 30: 19: 2311: 2286:. Retrieved 2269: 2257:. Retrieved 2240: 2229:. Retrieved 2222:the original 2213: 2206: 2196:22 September 2194:. Retrieved 2189: 2180: 2153: 2149: 2139: 2126: 2119: 2106: 2099: 2091:the original 2086: 2077: 2066: 2046: 2040: 2021: 2015: 2004:. Retrieved 1997:the original 1983: 1969: 1954: 1943:. Retrieved 1939:the original 1929: 1916: 1905:. Retrieved 1900: 1890: 1881: 1872: 1861:. Retrieved 1857:the original 1852: 1843: 1832: 1828: 1816:. Retrieved 1811: 1802: 1791:. Retrieved 1786: 1777: 1735: 1729: 1717: 1706:. Retrieved 1701:GuideStorm. 1696: 1684:. Retrieved 1682:. p. 43 1679: 1669: 1654:Q (emulator) 1608: 1585: 1525: 1505: 1478: 1443:, while the 1421:obsolescence 1414: 1406:Applications 1398: 1385: 1369: 1356: 1349: 1328:code may be 1321: 1315: 1307: 1219:StackPointer 1152: 1131: 1104:INT_SEGFAULT 1053:BaseRegister 995:INT_SEGFAULT 923:BaseRegister 864: 860: 854: 849:segmentation 824: 816: 794: 779: 770: 760: 753: 746: 739: 727: 715:Please help 710:verification 707: 611: 570: 544: 521: 515: 509: 483: 470:Legal issues 456: 395: 368:machine code 357: 342: 291: 283:Commodore 64 271: 266:Fedora Linux 264:on a modern 216: 196:Commodore 64 193: 167:Performa 630 156: 144:arcade games 125: 116: 112: 111:(called the 96: 90: 2306:‹ The 2288:26 February 1686:10 November 1532:combination 1469:application 1465:application 1459:issues and 1433:application 1381:concurrency 1294:INT_ILLEGAL 1210:WriteMemory 1135:interpreter 1065:RealAddress 1041:RealAddress 1035:RealAddress 953:RealAddress 935:RealAddress 911:RealAddress 905:RealAddress 875:WriteMemory 863:to address 608:Other types 602:Micro Focus 498:PlayStation 494:Nintendo 64 306:Nintendo 64 275:interpreted 239:ZX Spectrum 163:Centris 610 2336:Categories 2231:2021-12-13 2006:2012-04-22 1945:2007-12-11 1907:2008-03-08 1863:2007-12-11 1793:2016-05-30 1708:2019-08-04 1662:References 1623:hypervisor 1552:simulators 1509:multi-core 1453:extensible 1392:interrupts 1372:system bus 1341:executable 1252:ReadMemory 1014:ReadMemory 947:&& 743:newspapers 732:"Emulator" 682:Semulation 372:Autonetics 322:simulators 254:Wzonka-Lad 235:Archimedes 215:Letter to 140:video game 1763:cite book 1755:433173319 1615:computers 1548:microcode 1540:microcode 1512:control. 1461:migration 1390:managing 1288:Interrupt 1198:SuperUser 1183:Interrupt 865:ROMSIZE-1 773:June 2008 660:registers 529:copyright 440:Project64 287:demoscene 159:Macintosh 93:computing 44:Simulator 29:computing 2323:Emulator 2308:template 2172:15375675 1680:Compute! 1633:See also 1544:hardware 1536:software 1445:software 1441:platform 1429:software 1425:hardware 1322:a priori 1189:INT_NONE 1143:register 1141:to each 1139:variable 631:software 585:IBM 3270 561:Terminal 551:fair use 464:Xbox 360 460:Xbox One 448:Nestopia 403:Internet 364:compiler 327:debugger 241:emulator 217:Compute! 213:—  208:teaspoon 198:emulate 186:through 135:LaserJet 128:printers 105:software 101:hardware 97:emulator 2310:below ( 2049:. MIT. 1818:15 June 1574:on the 1572:IBM 704 1558:on the 1282:default 1162:Execute 1047:Address 1023:Address 959:ROMSIZE 917:Address 884:Address 797:modules 757:scholar 604:Rumba. 581:OpenVMS 412:Dolphin 298:FreeBSD 258:AmigaOS 206:with a 194:"Can a 177:-based 63:of DOS. 2327:Curlie 2313:Curlie 2259:6 July 2170:  2053:  2028:  1753:  1743:  1542:, and 1246:switch 1110:return 1083:Memory 1080:return 968:Memory 759:  752:  745:  738:  730:  633:of an 600:, and 537:dumped 450:, and 424:PPSSPP 302:NetBSD 268:system 250:Tetris 200:MS-DOS 181:. The 77:HP-41C 57:DOSBox 2279:(PDF) 2249:(PDF) 2225:(PDF) 2218:(PDF) 2168:S2CID 2131:(PDF) 2111:(PDF) 2000:(PDF) 1993:(PDF) 1359:cache 1357:code 974:Value 893:Value 855:On a 764:JSTOR 750:books 650:in a 627:debug 589:VT100 577:HP-UX 436:ePSXe 432:Citra 428:ZSNES 420:PCSX2 408:RPCS3 380:D-37C 376:D-17B 262:E-UAE 225:Types 150:(see 126:Many 117:guest 95:, an 2290:2013 2261:2010 2198:2017 2051:ISBN 2026:ISBN 1833:see 1820:2016 1769:link 1751:OCLC 1741:ISBN 1688:2013 1649:QEMU 1581:1410 1568:7090 1566:and 1427:and 1344:code 1337:data 1204:TRUE 1168:void 1159:void 1147:flag 1145:and 1113:NULL 1092:else 1068:< 1032:word 1020:word 1011:word 983:else 956:> 938:< 902:word 890:word 881:word 872:void 736:news 629:the 541:BIOS 500:and 462:and 452:Yuzu 416:Cemu 310:FIFO 300:and 113:host 2325:at 2283:IBM 2253:IBM 2158:doi 1613:of 1576:709 1564:709 1560:705 1556:650 1534:of 1435:or 1399:can 1376:API 847:or 841:ROM 832:MMU 719:by 587:or 579:or 399:DIY 362:or 316:or 289:". 165:or 154:). 103:or 99:is 91:In 81:iOS 73:app 2338:: 2281:. 2251:. 2188:. 2166:. 2152:. 2148:. 2085:. 1899:. 1851:. 1785:. 1765:}} 1761:{{ 1749:. 1678:. 1629:. 1538:, 1279:*/ 1270:/* 1264:)) 1261:++ 1228:); 1216:++ 1186:!= 1177:if 1107:); 1059:if 998:); 962:)) 932:(( 929:if 596:, 496:, 454:. 446:, 442:, 438:, 434:, 430:, 426:, 422:, 418:, 414:, 410:, 382:. 132:HP 2292:. 2263:. 2234:. 2200:. 2174:. 2160:: 2154:8 2059:. 2034:. 2009:. 1977:. 1963:. 1948:. 1910:. 1866:. 1822:. 1796:. 1771:) 1757:. 1711:. 1690:. 1346:. 1303:} 1300:} 1297:; 1291:= 1285:: 1267:{ 1255:( 1249:( 1243:} 1240:; 1234:= 1222:, 1213:( 1207:; 1201:= 1195:{ 1192:) 1180:( 1174:{ 1171:) 1165:( 1122:} 1119:} 1116:; 1101:( 1095:{ 1089:} 1086:; 1077:{ 1074:) 1062:( 1056:; 1050:+ 1044:= 1038:; 1029:{ 1026:) 1017:( 1004:} 1001:} 992:( 986:{ 980:} 977:; 971:= 965:{ 950:( 944:) 926:; 920:+ 914:= 908:; 899:{ 896:) 887:, 878:( 861:0 786:) 780:( 775:) 771:( 761:· 754:· 747:· 740:· 713:. 662:. 210:. 46:. 39:. 20:)

Index

Software emulation
computing
E-mu Emulator
Emulation (disambiguation)
Simulator

DOSBox
command-line interface

app
HP-41C
iOS
thermal printer
computing
hardware
software
computer system
computer program
printers
HP
LaserJet
video game
arcade games
video game consoles
video game console emulator
Macintosh
Centris 610
Performa 630
personal computer
field-programmable gate array

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.