dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors
https://dasm-assembler.github.io/
GNU General Public License v2.0
215 stars 40 forks source link

Add OpenBSD #109

Closed gonzalo- closed 3 years ago

gonzalo- commented 3 years ago

Hello! Thanks for Dasm! I ported it to OpenBSD some months ago, I don't know if this is the right place or syntax to use, but feel free to change it.

dionoid commented 3 years ago

Hi, I'm wondering what code-changes you had to do, to port DASM over to OpenBSD?

gonzalo- commented 3 years ago

Hi!

Not much to be honest, you can see my patches here:

https://cvsweb.openbsd.org/ports/devel/dasm/patches/

I still need to fix some of the tests since you are using all the Linux tools, and on OpenBSD (probably other *BSD) some flags are not the same or are missing which ends in a failed test.

gonzalo- commented 3 years ago

No love for OpenBSD?

dionoid commented 3 years ago

README in master branch was updated to reflect DASM being built on BSD (OpenBSD, NetBSD)