Code Monkey home page Code Monkey logo

Comments (6)

walksanatora avatar walksanatora commented on September 22, 2024 2

got it working

from tis-3d.

fnuecke avatar fnuecke commented on September 22, 2024

What's the motivation behind the cancelWrite?

Why I'm asking: writes are not immediate, they need to be consumed by a read. Think of it as kind of a handshake. I know it's a bit awkward, but this system is required to ensure consistency in the number of cycles moves take, independent of module update order.

So as I understand it, this module is beginning writes but never allows the reading module to finish the read.

If it's to ensure the code point is only written to one side, consider using the hooks for finished writes instead. See the queue module for reference on that. Edit: saw that's already in there. Should be enough I think.

from tis-3d.

walksanatora avatar walksanatora commented on September 22, 2024

so i changed it but now it is only outputting one char
image
left module is mov -25 up and right is mov 25 up
(then aHLT: JMP HLT to halt the program)
but it only outputs one 0
could this because i am reading value 0 of the StringBuilder

from tis-3d.

walksanatora avatar walksanatora commented on September 22, 2024

the only thing on the two upper screens is two 0s

from tis-3d.

walksanatora avatar walksanatora commented on September 22, 2024

after a quick code change now 4/5

from tis-3d.

walksanatora avatar walksanatora commented on September 22, 2024

it is outputting 7 4s on the left monitor, and 5 5s on the right

from tis-3d.

Related Issues (20)

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.