rusty-dos VS rv51

Compare rusty-dos vs rv51 and see what are their differences.

rusty-dos

A Rust skeleton for an MS-DOS program for IBM compatibles and the PC-98, including some PC-98-specific functionality (by Serentty)

rv51

A RISC-V emulator for the 8051 (MCS-51) microcontroller. (by cyrozap)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rusty-dos rv51
5 1
134 125
- -
0.0 0.6
about 2 years ago about 2 months ago
Rust Assembly
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rusty-dos

Posts with mentions or reviews of rusty-dos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-01.

rv51

Posts with mentions or reviews of rv51. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-31.
  • How can I compile rust for 16bit x86 (Intel 8086)?
    4 projects | /r/rust | 31 Dec 2022
    One (hacky) way to target CPUs not supported by Rust/LLVM, is to write emulator in language that works on that target (C/Asm) of a platform that rust can compile to. For example, someone made Rust work on 8051 by writing Risc-V emulator in 8051 assembly: https://github.com/cyrozap/rv51

What are some alternatives?

When comparing rusty-dos and rv51 you can also consider the following projects:

rustc-perf - Website for graphing performance of rustc

sbasm3 - SB-Assembler Version 3 - Cross Macro Assembler

gcc-ia16 - Fork of Lambertsen & Jenner (& al.)'s IA-16 (Intel 16-bit x86) port of GNU compilers ― added far pointers & more • use https://github.com/tkchia/build-ia16 to build • Ubuntu binaries at https://launchpad.net/%7Etkchia/+archive/ubuntu/build-ia16/ • DJGPP/MS-DOS binaries at https://gitlab.com/tkchia/build-ia16/-/releases • mirror of https://gitlab.com/tkchia/gcc-ia16

llvm-mos - Port of LLVM to the MOS 6502 and related processors

dos-like - Engine for making things with a MS-DOS feel, but for modern platforms

RISC-V-Guide - RISC-V Guide. Learn all about the RISC-V computer architecture along with the Development Tools and Operating Systems to develop on RISC-V hardware.

wajic - WebAssembly JavaScript Interface Creator

rust_dos - Rust DOS : Creating a DOS executable with Rust

derzforth - Bare-metal Forth implementation for RISC-V

one-way

lz4_rv32i_decode - LZ4 decoder in assembly for RiscV RV32IC