Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@bonk-dev bonk-dev released this 29 Jan 18:53
· 29 commits to main since this release
3121b78

The first ever build

A lot of things still are not implemented, but the emulator can run some basic apps.
Some samples are provided in the samples-aarch64.zip file.

Currently implemented:

  • incomplete A64 set emulation support
  • A64 disassembler
  • dynamic linker (supports only emulating library methods, doesn't actually link to real libraries - yet)
  • filesystem emulation
  • basic debugger (registry reading & breakpoints)