Update README.md
This commit is contained in:
committed by
GitHub
parent
8ff376bf2a
commit
d4d76e1a4c
@@ -21,7 +21,7 @@ make
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```js
|
```hex
|
||||||
#include "tinyriscv.h"
|
#include "tinyriscv.h"
|
||||||
int main(){
|
int main(){
|
||||||
uint8_t memory[4096]; //4kb of internal memory
|
uint8_t memory[4096]; //4kb of internal memory
|
||||||
@@ -40,7 +40,7 @@ int main(){
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```hex
|
||||||
ABI Reg Hex │ ABI Reg Hex
|
ABI Reg Hex │ ABI Reg Hex
|
||||||
───────────────────┼───────────────────
|
───────────────────┼───────────────────
|
||||||
zero x0 0 │ ra x1 0
|
zero x0 0 │ ra x1 0
|
||||||
|
|||||||
Reference in New Issue
Block a user