howardlau1999 / yatcpu

Yet another toy CPU.
Apache License 2.0
81 stars 13 forks source link

Use SYsU instead of C as test code #32

Open wu-kan opened 2 years ago

wu-kan commented 2 years ago

To archive the goal "run your OS compiled by your compiler on your CPU", it's elegant to use SYsU instead of C as test code.

wu-kan commented 2 years ago

Here is an interesting example: a brainfuck interpreter written in SYsU.