c_to_vm icon indicating copy to clipboard operation
c_to_vm copied to clipboard

A C compiler that targets a VM, written is Rust

Results 2 c_to_vm issues
Sort by recently updated
recently updated
newest added

Wanted features: - stepping through code, step in, step out - breakpoints - show registers - inspect memory Debugger will pull data form symbol table to resolve offsets' labels.