Creating an IO object in Javascript
Creating an IO object After nearly giving up and getting some hints from Dr. Shawn, I finally achieved my small task. As I am working on a virtual processor in Javascript, I am required to enhance the LW and SW instructions to be able to handle IO instructions on port-mapped addresses. There are a set of predefined addresses which are used to store the information of the IO. So, it is important that the IO addresses are being handled correctly. Read more…