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
hi i recently want to use forth to build an busybox like toolsets
since the tiny size, i choose this forth but i dont know how to do syscall via forth code on it
will you please gave any sample about this? i think after that i could build my own libc like words for further tasks
The text was updated successfully, but these errors were encountered:
Hi, please check implementation of the "accept" word. It uses syscall under the hood. Please let me know if this answers your question or something is still unclear.
It is totally possible to create a "syscall" forth word that would take parameters from the stack, put them in the appropriate registers and call a syscall. I may implement this sometime in the future but as of now unfortunately I don't have time for that :(.
hi i recently want to use forth to build an busybox like toolsets
since the tiny size, i choose this forth but i dont know how to do syscall via forth code on it
will you please gave any sample about this? i think after that i could build my own libc like words for further tasks
The text was updated successfully, but these errors were encountered: