yjdoc2
No user record in our sample, but yjdoc2 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but yjdoc2 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Hey, I'm sorry but can you be more clear in what are the typos? I'd be glad to fix them, but just seem to miss them in this comment :sweat_smile:
Hey, yes I do like the braces ;} The decision to differentiate procedures from labels was intentional, and taken due to some restrictions of our IR (which is not the best, issue is open to change that). Also, the way to…
Hey, I can totally understand that this did not work out for you. I am glad nonetheless that you gave it a try anyways, and mentioned the issues you faced, so we can improve on them. Thanks for that! This was originally…
Hey, yes, the initial tutorial can feel a bit too hand-holding. However, it is only one-time and should not reappear once done. It is intentionally so basic, as we wanted to make sure that any user, including those who…
Hey, Sorry about that! Maybe we should have dialed the reactive stuff down a bit! On a side note, if you'd prefer a no-gui setup, this also as a commandline based emulator github.com/YJDoc2/8086-Emulator/ . (Not that…
Hey, sorry to disappoint you, but that is the least "working" feature of this. :sweat_smile: It was a last-minute addition, not well trained, and should ideally be removed, but still is there. We would really like to…
Hey, one simple example is `mov byte[0], 5` . You need to give relative memory address (wrto DS segment value) in the brackets, and specify whether you want to store a byte or word length value. This syntax is…
Hey, the 8086 has 20 bit memory bus, so it can theoretically support full 1 MB of memory. However, as much as I know, 8086 chips never had complete 1 MB,they had at the most 256/512 KB of memory, and rest address space…
Thanks! Glad you found it interesting.
Hey, I am one of the creators of this emulator! Thanks nhatcher for posting this, glad to see you found this interesting. A bit of background on this is : we made this when we were students ourselves, learning about…
Hey, thanks! I wrote this in Rust because I am comfortable in it + proc-macros, but someone might port this to Lisp or such. As I explained it in another comment, this aims to make it easier and more approachable for…
Hey, yes, this only simulates in the software, and does not translate to any lower level IR that can target actual hardware. Also thanks for posting and sharing this!
Hey, I am the author of pcb-rs ; thanks for sharing this, and showing interest! I would be happy to answer any questions about it!
Hey,thanks for your interest! As I explain in the blog post, this is not even remotely meant to "compete" or "replace" any HDLs. I think VHDL and other HDLs are pretty cool and really smart at what they do. This library…