diff --git a/README.md b/README.md index 1f223d4..48bb210 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Assembly Emulator ## Summary This software is emulate assembly program. + *** + ## Assembly Instrument - add/addi - sub @@ -12,14 +14,19 @@ - j/jal/jalr/jr - beq/bne - lt/sw + *** + ## Pseudo Instrument (interrupt-mode) You must input ':' as to input command. + #### :help - Display help. #### :quit - Quit interrupt. + *** + ## License This software license is MIT.