Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoisidio committed Jul 24, 2019
1 parent 4a11fc0 commit f41a39c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 94 deletions.
52 changes: 0 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,58 +10,6 @@ Montador de instruções para o processador RISC-V
## Versão 0.1
* [MacOS]( https://github.com/gustavoisidio/montadorRISCV/releases/download/0.1/0.1.zip )

## Status do desenvolvimento
### Instruções Implementadas

#### Tipo R
- [x] add
- [x] sub
- [x] sll
- [x] xor
- [x] srl
- [x] slt
- [x] sra
- [x] or
- [x] and

#### Tipo I
- [x] lb
- [x] lh
- [x] lw
- [x] ld
- [x] lbu
- [x] lhu
- [x] lwu
- [x] addi
- [x] slli
- [x] slti
- [x] srli
- [x] srai
- [x] xori
- [x] ori
- [x] andi
- [x] jalr

#### Tipo S
- [x] sb
- [x] sh
- [x] sw
- [x] sd

#### Tipo SB
- [x] bne
- [x] blt
- [x] beq
- [x] bge
- [x] bltu
- [x] bgeu

#### Tipo U
- [x] lui

#### Tipo UJ
- [x] jal

### Instruções Testadas e Funcionando

#### Tipo R
Expand Down
Binary file removed montador/exec
Binary file not shown.
Binary file removed montador/exec.hi
Binary file not shown.
Binary file removed montador/exec.o
Binary file not shown.
Binary file modified montador/instructions.mif
Binary file not shown.
41 changes: 0 additions & 41 deletions montador/instructionsGabarito.txt

This file was deleted.

2 changes: 1 addition & 1 deletion montador/run.command → montador/runableMACOS/run.command
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# cd / && touch tt.txt && ./run
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd ${__dir}/ && touch instructions.txt && touch instructions.mif && ./exec
cd ${__dir}/ && touch instructions.txt && touch instructions.mif && ./source
Binary file added montador/runableMACOS/source
Binary file not shown.
File renamed without changes.

0 comments on commit f41a39c

Please sign in to comment.