A wish: Simplified flash tool for HiFive1

hi, Matthias
I’m so glad to receive the reply from you. I can almost simulate the mecrispForth for risc-v 32IM. The cross-compiler under win32for 4.2.67x can well do the assembling and disassembling of RISC-v instruction set. It can run tF ( tinyForth) as well as mecrispForth, while tF being part of MecrispForth. But tF is simpler and faster as far as simulator is concerned. I’d like to promote Algebraic Assembler eagerly, as you can see in the dis-assembler list. One thing worth mentioned is that the dis-assembler can be generated automatically while compiling assembler not to mention simulator
. As for tinyforth it is nothing but very simple like this:
t: tF push.R1 hex rp=80000468 sp=80000268
begin’ cr KEY EXECUTE.COMMAND(TF)
again’ pop.R1 RET
You can see the complete source code here at:
https://groups.yahoo.com/neo/groups/armForth/files/RISC-v%20/