Code Monkey home page Code Monkey logo

manzana-uno-emu's Introduction

Apple I emulator

Usage

Usage: manzana-uno-emu [OPTIONS] [MEM_FILE_LIST]

Arguments:
  [MEM_FILE_LIST]
          Paths to the files to seed the memory with.

          Format is (path[:load_addr_hex_no_0x],)+, load addresses must increase, and the loaded files must not overlap.

Options:
      --log-level <LOG_LEVEL>
          Logging level

          [default: info]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

Either of Esc, Home, End keys make the emulator exit.

Examples

Woz Monitor

The Woz monitor is always loaded at 0xff00. It allows to inspect memory contents as well as enter new programs and run them.

Apple 1 BASIC

Run the emulator with apple1basic.bin loaded at 0xe000:

cargo run --release -- roms/apple1basic.bin:e000

Inside the emulator, issue E000R to run the BASIC interpreter. Here is a sample program you might enter

10 FOR I=1 TO 10
20 PRINT "HELLO #", I
30 NEXT I
40 END

and run it with

RUN

Apple 30 years

Run the emulator with apple30.bin loaded at 0x0280:

cargo run --release -- roms/apple30.bin:280

Inside the emulator, issue 280R to run the demo.

Other resources you might find interesting

manzana-uno-emu's People

Contributors

kromych avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.