Giter Club home page Giter Club logo

Comments (7)

freepdk avatar freepdk commented on August 9, 2024

The 15 bit opcodes for those instructions are not listed anywhere till now.

Please assist.

from fppa-pdk-documentation.

freepdk avatar freepdk commented on August 9, 2024

I tried to use official IDE 0.84 to assemble the other commands (tried PMS133 and PMS134) but they produce an error.

However the instruction set does show 4 holes which would fit perfectly.

Should I try to create a test program and manually insert guessed instruction opcodes, write it to a real PMS133 and check how it works?

from fppa-pdk-documentation.

freepdk avatar freepdk commented on August 9, 2024

Guesses:

0x0300 : maybe XOR A,IO
0x0400 : maybe XOR A,IO

0x0800 : something with M (NMOV A,M / NMOV M,A / SWAP A,M / CEQSN M,A / CNEQSN M,A)
0x0900 : something with M (NMOV A,M / NMOV M,A / SWAP A,M / CEQSN M,A / CNEQSN M,A)
0x0A00 : something with M (NMOV A,M / NMOV M,A / SWAP A,M / CEQSN M,A / CNEQSN M,A)
0x0B00 : something with M (NMOV A,M / NMOV M,A / SWAP A,M / CEQSN M,A / CNEQSN M,A)

0x5800 : ???

from fppa-pdk-documentation.

spth avatar spth commented on August 9, 2024

Well,

NMOV A, M,
NMOV M, A
SWAP M

are the only ones mentioned in datasheets, but missing in the list. There may even still be space reserved for future additions.

Philipp

from fppa-pdk-documentation.

freepdk avatar freepdk commented on August 9, 2024

With fuzzing I found the 3 missing opcode. Also available on PFS173:

0x0800 : NMOV A, M (ZF)
0x0900 : NMOV M, A
0x0A00 : SWAP M

I will add them to the opcode list.

from fppa-pdk-documentation.

spth avatar spth commented on August 9, 2024

Thanks. I still wonder why these were omitted from PFS173 documentation.
Maybe mark them as 'u' instead of '-' in the table.

Philipp

from fppa-pdk-documentation.

cmfcmf avatar cmfcmf commented on August 9, 2024

This issue can be closed. The missing instructions have been added to the instruction set tables some time ago: https://free-pdk.github.io/instruction-sets/PDK15

from fppa-pdk-documentation.

Related Issues (11)

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.