File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,21 @@ Just download the binary for your required OS and architecture from [releases](h
20
20
21
21
#### Usage
22
22
` ARMed --help ` will show all the usage details
23
+ ```
24
+ ARMed version 1.0
25
+ Author : https://github.com/coderick14
26
+
27
+ ARMed is a very basic emulator of the ARM instruction set written in Golang
28
+ USAGE : ARMed [OPTIONS]... SOURCE_FILE
29
+
30
+ --all show all register values after an instruction, with updated ones in color
31
+ --end show updated registers only once, at the end of the program. Overrides --all
32
+ --no-log suppress logs of statements being executed
33
+ --help display help
34
+
35
+ Found a bug? Feel free to raise an issue on https://github.com/coderick14/ARMed
36
+ Contributions welcome :)
37
+ ```
23
38
24
39
---
25
40
You can’t perform that action at this time.
0 commit comments