Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyma committed Mar 31, 2023
1 parent a7dc9bf commit 8a2bdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ mvn compile assembly:single

ponyvm-rv32i 运行

java -jar PonyVM-0.2.5.jar -f pi.bin
java -jar PonyVM-0.3.0.jar -f pi-imc.bin

命令行 参数

-f rom文件

C样例编译 采用了ESP32C3的工具链 riscv32-esp-elf-gcc

riscv32-esp-elf-gcc -march=rv32imc loop.s -o loop.bin
riscv32-esp-elf-gcc -march=rv32imc pi.c -o pi-imc.bin

0 comments on commit 8a2bdf7

Please sign in to comment.