Giter Site home page Giter Site logo

ordinateur's Introduction

Ordinateur

65C02 ROM Code for my petit project Ordinateur

For the Travelers

Interesting files you may want to see...

  • kernel/via.s: This is my implementation for a PS/2 keyboard driver along with other 65C22 functionality. The keyboard clock is directly hooked up to the Non-maskable interrupt (nmi) pin on the 65C02, and the data pin is connected to bit 0 on PORTA of the 65C22. The 65C02 reads in one bit at a time.
  • kernel/lcd.s Modified version of Ben Eater's LCD code.

Memory Map

Base Top Name Description
0x000 0x0FF zp Zero Page
0x100 0x1FF stack Stack
0x200 0x5FFF ram Random Access Memory
0x1000 0x1100 key buf Keyboard Buffer
0x6000 0x600F via Base address of 65c22
0xC000 0xFFFF rom Read Only Memory
0xFFFA (l) 0xFFFB (h) nmi Non-Maskable Interrupt
0xFFFC (l) 0xFFFD (h) rst Reset
0xFFFE (l) 0xFFFF (h) irq/brk Interrupt Request

ordinateur's People

Contributors

trendavi avatar

Watchers

 avatar

ordinateur's Issues

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.