jiaweizhang / assimulator

Assembler and simulator for ECE350 custom assembly
GNU General Public License v3.0
3 stars 4 forks source link

Can you add nop? #35

Closed nesh170 closed 8 years ago

nesh170 commented 8 years ago

In the 350 assembulator,

.text main: nop nop nop

works

jiaweizhang commented 8 years ago

noop is already supported.

Since this ISA is very mips-like, I want to support the mips version of nop which is noop

jiaweizhang commented 8 years ago

Added anyways because why not