sbasm3 VS rv51

Compare sbasm3 vs rv51 and see what are their differences.

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
sbasm3 rv51
1 1
34 125
- -
2.8 0.6
15 days ago 2 months ago
Assembly Assembly
Creative Commons Zero v1.0 Universal 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.

sbasm3

Posts with mentions or reviews of sbasm3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.

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 sbasm3 and rv51 you can also consider the following projects:

sjasmplus - Command-line cross-compiler of assembly language for Z80 CPU.

rusty-dos - A Rust skeleton for an MS-DOS program for IBM compatibles and the PC-98, including some PC-98-specific functionality

z88dk - The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.

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

apple2_printm - modular printf replacement for the 65C02

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.

wiki - the official cc65 wiki

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

derzforth - Bare-metal Forth implementation for RISC-V

lz4_rv32i_decode - LZ4 decoder in assembly for RiscV RV32IC

i8051emu - Intel 8051 microcontroller emulator