Request for ARM Assembly(64bit) Track

Normally I would agree but the problem is the assembly syntax is different on macOS ARM64 vs linux ARM64. Specially the sys calls are different and some of the neumonics. If we target macOS, any student working locally would have to have a Mac with a M processor.

I am wondering if we just take this time to add a bunch of exercises and then go live when the proper runner is available? I don’t really want to put this on hold, but that may be the best option?

4 Likes

Ok, looks like I have a working solution. Just needed to install Qemu on an x64_64 runner and then we can use an arm64 container.

2 Likes

GitHub Actions images for arm64 just arrived.

4 Likes

Thanks for posting. This will make things easier.