Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Show HN: Implementing a core subset of ARM assembly in pure C89 | Better HN
0 comments
No comments yet.
Show HN: Implementing a core subset of ARM assembly in pure C89
(opens in new tab)
(github.com)
2 points
orionfollett
4mo ago
0 comments
Share
I don't think this can be called an emulator since it accepts assembly as text (like an assembler) instead of a compiled executable. But still a fun educational project. I welcome any feedback.