Emu86 VS iarm

Compare Emu86 vs iarm and see what are their differences.

Emu86

This project will emulate an x86 assembler in Python, as a learning tool for students. (by gcallah)

iarm

A Jupyter kernel for an ARM assembly intrepreter (by DeepHorizons)
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
Emu86 iarm
1 1
48 20
- -
10.0 10.0
about 2 years ago over 1 year ago
Python Python
- MIT License
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.

Emu86

Posts with mentions or reviews of Emu86. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.
  • Show HN: Tetris, but the blocks are ARM instructions that execute in the browser
    3 projects | news.ycombinator.com | 10 Aug 2023
    ASM years ago. MOV'ing without any initial data feels unnerving. WASM and JupyterLite would be cool, too.

    Category:Instruction_set_listings has x86 but no aarch64: https://en.wikipedia.org/wiki/Category:Instruction_set_listi...

    /? jupyter asm [kernel]:

    - "Introduction to Assembly Language Tutorial.ipynb" w/ the emu86 jupyter kernel which shows register state after ops: https://github.com/gcallah/Emu86/blob/master/kernels/Introdu...

    - it looks like emu86 already also supports RISC, MIPS, and WASM but not yet ARM: https://github.com/gcallah/Emu86/blob/master/assembler/WASM/...

    - DeepHorizons/iarm:

iarm

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

What are some alternatives?

When comparing Emu86 and iarm you can also consider the following projects:

Unicorn Engine - Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)