From 744a2010a5cb9ce98370e07212c1b7049f595f17 Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Mon, 8 Oct 2018 12:35:07 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7752c06..4cc3059 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Current performance is about 284500 instructions / sec in a Core-i5@2.2Ghz This is a preliminar and incomplete version. Task to do: -* Implement all missing instructions (RISC_V_execute) +* Implement all missing instructions (Execute) * Implement CSRs (where?) * Add full support to .elf ~~and .hex~~ filetypes to memory.h (only partial .hex support)