You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
That's because nasm is used for the x86 CPU architecture, raspberry pi in the other hand uses ARM architecture. And also I think assembly instructions in Porth can be only used for x86, for ARM you need to use different assembly instructions.
Basically, you need to use aarch64-linux-gnu-as assembler instead of nasm. I believe you might have to modify the main file to do this until that pull request gets looked into.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
computer info:
OS:raspios
Model:model 4 b
The text was updated successfully, but these errors were encountered: