Short: 8085 emulator/assembler/disassembler Author: wuerkner@informatik.tu-muenchen.de Uploader: wuerkner informatik tu-muenchen de Type: misc/emu Architecture: m68k-amigaos ___ ___ ___ ___ _____ / _ \ / _ \ / _ \ / _ \| ____| | |_| | (_) | | | | (_) | |__ | _ |> _ <| | | |> _ <|___ \ | | | | (_) | |_| | (_) |___) | |_| |_|\___/ \___/ \___/|____/ V1.0 © 1994-95 by Frank Würkner All Rights Reserved SYSTEM REQUIREMENTS ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ You'll need OS2.0 or higher !!! WHAT IS IT ¯¯¯¯¯¯¯¯¯¯ Why emulate a 8bit 8085 CPU you may ask ??? The 8085 is often used to teach beginners the basics about processors. But often you are forced to use antique computer equipment where you have to enter the code as hex numbers. Or even worst you are only thought in an abstract way without ever seeing how or if the programs you write work. That's where A8085 comes in. But you can also learn some basic things about computers (stack, internal processor flags, ...). And the best: The computer doesn't guru if your program is wrong! FEATURES ¯¯¯¯¯¯¯¯ + emulator/assembler/disassembler support all 246 instructions of the 8085, even those 10 illegal commands :-) + execute single instructions by simply typing them in the command line + emulator counts the cycles the real 8085 would have needed + any number of breakpoints + import/export data from/to the 8085 memory + powerfull expression calculator + often used command sequences can be put into macro files + comes with a mini kernal including most needed functions (divide, multiply, print, print number, ...) - interrupts and serial I/O are not part of the emulation - all I/O commands (i.e. OUT and IN) are only mapped to the terminal window - the emulation is quite slow, assembling is even slower