dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors

Home Page:https://dasm-assembler.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple ARM Support

NorthstarConsulting opened this issue · comments

Any chance we can get Apple ARM support? I prefer not to have to deal with x86 emulation.

Any chance we can get Apple ARM support? I prefer not to have to deal with x86 emulation.

I'm not sure what you are asking for here? You want dasm to run on M1/M2 MacOS? If so, the released binaries will run just fine without you needing to do anything, AFAIK. Are you asking for ARM-native builds/distribution?

OK, we should probably add these. Meanwhile, though, building dasm locally is usually reasonably straightforward. Perhaps this is an option for you. I expect, though, there will be no noticeable difference between rosetta running the x86 version and arm native version, at least in terms of speed.