Git Product home page Git Product logo

sc61860-instruction-set's People

Contributors

johnlunney avatar robert-van-engelen avatar schlupa avatar utz82 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sc61860-instruction-set's Issues

Incorrect description of SR and SL instructions

I believe that SR and SL instructions have incorrect description.
IMHO, the following is better:
SR : c->A7, A>>1, A0->c
SL: c->A0, A<<1. A7->c
The original descriptions are against the obvious logic used on most CPUs for rotation/shift operations.
They were probably copied without further verification from the first source link (but reformated, without correction of the error).
The proper functionality is demonstrated in your source link #5.
With regards, Pavel

Internal ROM reading

Hello,
you write in the page readme

  • 8 KB of integrated ROM at 0x0000-0x1FFF, cannot be read by user

this is not true. The DATA instruction OPcode 35H reads the data from the internal ROM when the address in AB is in the 0000-1FFF range

X and Y registers

Thanks for the comprehensive overview of the SC61860 instructions!

There is a minor typo in this table, where Xh should be 0x05, Xl should be 0x04, Yh should be 0x07 and Yl should be 0x06:

X 0x04-0x05 16 bit RAM pointer Xh=0x04, Xl=0x05
Y 0x06-0x07 16 bit RAM pointer Yh=0x06, Yl=0x07

It's confusing that the internal RAM 16 bit values for registers X and Y (and BA for DATA) are little endian when the external memory 16 bit values (such as LIDP, jump and call addresses) are big endian.

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.