Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 707 Bytes

File metadata and controls

44 lines (24 loc) · 707 Bytes
  • SVM

    Easy compiler & vm for clike languague.

    For study only. SE20

    Install

    $ make

    Usage

    Use files under test folder to see how this project works.

    # Compile
    $ slp -d -to -tr test/recur.c -o out.o
    
    # Load & Execute
    $ le -t out.o

    Limits

    • Cannot self interpret (macro not supported).
    • Limited output methods (.c files under test/ show details).
    • Bad ISA!!
    • Software traps currently not added.

    References