An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : risc386

risc386 is a symbolic Intel(R) 386 assembler interpreter which allows infinitely many registers (temporaries). Its purpose is to debug the output of a MiniJava compiler (from Andrew Appel's book, Modern Compiler Implementation in JAVA) before register allocation has been performed. risc386 supports only a small fragment of i386 instructions. It expects its input to be a list of procedures in .intel_syntax each of which is started by a label and terminated by a return statement. Control flow is restricted, so, only jumps to procedure-local labels are allowed. Reading from an uninitialized memory location will lead to an exception.

Registry - Source - JSON
purl: pkg:hackage/risc386
Keywords: bsd3 , compilers-interpreters , education , program , Propose Tags
License: BSD-3-Clause
Latest release: almost 2 years ago
First release: about 12 years ago
Downloads: 3,647 total
Stars: 6 on GitHub
Forks: 1 on GitHub
Total Commits: 14
Committers: 1
Average commits per author: 14.0
Development Distribution Score (DDS): 0.0
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...