rust_8086_emulator
By Saphereye
solid65
compare emulators against eachother (by omarandlorraine)
rust_8086_emulator | solid65 | |
---|---|---|
1 | 4 | |
0 | 6 | |
- | - | |
10.0 | 0.0 | |
over 1 year ago | 6 months ago | |
Rust | C | |
- | 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.
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.
rust_8086_emulator
Posts with mentions or reviews of rust_8086_emulator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-24.
-
What's everyone working on this week (17/2023)?
Started on a 8086 emulator so I can use it for my exam, looking at the opcode sheet made me question my life choices.
solid65
Posts with mentions or reviews of solid65.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-24.
-
A way to test emulators against each other
I recently discovered this subreddit and I figured I'd tell everyone here about my little project, solid65.
-
What's everyone working on this week (17/2023)?
You might be interested in my project solid6502, which tests many 6502 emulators against each other. It's already discovered bugs present in other emulators.
-
What's everyone working on this week (16/2023)?
I've created solid65 for comparing emulators against each other (that's something, if the emulators are all emulating the same hardware, they should behave in (more or less) the same way). In this way I found some bugs not only in mos6502 but in other projects unrelated to rust as well.
-
The program compiles okay, but fails to link with this message: "undefined reference"
[khoyo@odin tmp]$ git clone --recurse-submodules https://github.com/omarandlorraine/solid65.git [...] [khoyo@odin tmp]$ cd solid65/gianlucag/ [khoyo@odin gianlucag]$ make g++ -c -g -Wall -Werror -pedantic -o build/test.o test.cpp test.cpp:2:10: fatal error: mos6502.h: No such file or directory 2 | #include "mos6502.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:17: build/test.o] Error 1 [khoyo@odin gianlucag]$ cp mos6502/mos6502.{h,cpp} . [khoyo@odin gianlucag]$ make g++ -c -g -Wall -Werror -pedantic -o build/test.o test.cpp g++ -c -g -Wall -Werror -pedantic -o build/mos6502.o mos6502.cpp g++ -g -Wall -Werror -pedantic -o test build/test.o build/mos6502.o [khoyo@odin gianlucag]$
What are some alternatives?
When comparing rust_8086_emulator and solid65 you can also consider the following projects:
miniboosts - A collection of boosting algorithms written in Rust 🦀
xml-mut - xml mutation language resembling sql
ruspie - Read Only APIs in Rust for Static Datasets
zp - A cli tool to copy things!
velum - Lightweight and minimal blog engine
valin - Cross-platform code editor made with Freya 🦀 and Rust
rust-quick-guide - Rust Quick Guide provides short introductions to many Rust programming topics, including the language, ecosystem, concepts, crates, and more.
mq
laregen - A rust latex resume generator that uses Tera templating engine.
k8s-workflow-deploy
rust_8086_emulator vs miniboosts
solid65 vs xml-mut
rust_8086_emulator vs ruspie
solid65 vs zp
rust_8086_emulator vs velum
solid65 vs valin
rust_8086_emulator vs rust-quick-guide
solid65 vs mq
rust_8086_emulator vs valin
solid65 vs laregen
rust_8086_emulator vs k8s-workflow-deploy
solid65 vs k8s-workflow-deploy