diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-05-29 20:48:22 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-05-29 20:48:34 +0200 |
commit | ac74431a29a8b31d368ad1daba561281e94f46d4 (patch) | |
tree | bac17fba025d752573158f54a5e1d70635600785 /README.md | |
parent | db112f0d384ca991e1477913b8af7a2c8dc80088 (diff) | |
download | huginn-ac74431a29a8b31d368ad1daba561281e94f46d4.tar.gz |
create initial simple elf file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..313e155 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +- <https://five-embeddev.com/riscv-user-isa-manual/Priv-v1.12/rv32.html#rv32> +- <https://files.magnusson.space/random/riscv-instruction-sheet-3.pdf> |