tsoding / bm

Simple compiler ecosystem
MIT License
169 stars 16 forks source link

FreeBSD arm64 GNU as port #374

Closed herrhotzenplotz closed 3 years ago

herrhotzenplotz commented 3 years ago

Work in progress! As of now, it compiles the std.hasm and all test cases appear to be working. Not all instructions are implemented yet, however I will finish that within today.

I'd appreciate a little feedback on this :-) Also, if anyone has got a Linux ARM64 device: I'd love to see the syscall number adapted and some test results.

PS: I can squash the commits, if you want that!

herrhotzenplotz commented 3 years ago

I've done an extensive check on all the read- and write instructions and they appear to be correct. (Ask igoodoog )