6 comments

  • all23 hours ago
    From the git repo:<p><pre><code> webMARS is a browser implementation of MARS MIPS 4.5: editor, assembler, simulator, help system, and classic MARS tools in a single web UI. Overview - Single-page IDE for editing, assembling, running, stepping, backstepping, and debugging MIPS programs. - Multi-window desktop&#x2F;mobile UI with registers, text&#x2F;data segments, labels, messages, Run I&#x2F;O, and tool windows. - Built-in help system with localized pages and embedded reference material. - Persistent browser workspace for files, session restore, settings, and tool state. - Single JavaScript assembler and simulator core, with no native runtime dependency. </code></pre> And from [0]:<p><pre><code> MARS is a lightweight interactive development environment for programming in MIPS assembly language, intended for educational-level use with Patterson and Hennessy&#x27;s Computer Organization and Design. </code></pre> ---<p>To run the demo program:<p>1. Run &gt; Compile<p>1a. In the popup window select &#x27;Open ASM as new file&#x27;<p>2. Run &gt; Assemble, context will change to the &#x27;Execute&#x27; tab.<p>3. Click the little &#x27;Go&#x27; button near top-center.<p>4. ???<p>5. Profit!<p>---<p>[0] <a href="https:&#x2F;&#x2F;computerscience.missouristate.edu&#x2F;mars-mips-simulator.htm" rel="nofollow">https:&#x2F;&#x2F;computerscience.missouristate.edu&#x2F;mars-mips-simulato...</a>
  • vkaku3 hours ago
    Very nifty! Looks amazing ... :) I love the Netbeans ish style UI
    • accrual3 hours ago
      I also noticed the web UI right away, very clean and functional.
  • pjmlp1 hour ago
    Looks quite well done, congrats.
  • nenepbl7 hours ago
    Check my git:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;codigoavulso&#x2F;webMARS&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;codigoavulso&#x2F;webMARS&#x2F;</a><p>TY!
  • phendrenad21 hour ago
    Awesome, I was working on something similar pre-LLMs, and it was a slog, glad it&#x27;s getting done.