derzforth VS rv51

Compare derzforth vs rv51 and see what are their differences.

derzforth

Bare-metal Forth implementation for RISC-V (by theandrew168)

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
derzforth rv51
2 1
36 125
- -
4.0 0.6
3 months ago about 2 months ago
Assembly Assembly
MIT License 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.

derzforth

Posts with mentions or reviews of derzforth. We have used some of these posts to build our list of alternatives and similar projects.

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

jonesforth_riscv - Jonesforth RISC-V port.

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

TaliForth2 - A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02

sbasm3 - SB-Assembler Version 3 - Cross Macro Assembler

lbForth - Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.

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

bronzebeard - Minimal assembler and ecosystem for bare-metal RISC-V development

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.

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

lz4_rv32i_decode - LZ4 decoder in assembly for RiscV RV32IC

i8051emu - Intel 8051 microcontroller emulator