Remix.run Logo
jbanes a day ago

There’s a built-in assembly editor with highlighting and intellisense autocomplete. Super easy to get started with coding assembly. AND you can run assembly directly from the command line. e.g. Type in “li t0 42” and 42 will be loaded into the t0 register.

Just pull up the Machine Specification for the full list of instructions and try it out!