Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specify a string #3

Open
wboeke opened this issue Aug 17, 2024 · 1 comment
Open

How to specify a string #3

wboeke opened this issue Aug 17, 2024 · 1 comment

Comments

@wboeke
Copy link

wboeke commented Aug 17, 2024

In MF there are 3 words available for the string type: STREQ, STRLEN and STRCPY. But how can I create a string?

@CCurl
Copy link
Owner

CCurl commented Aug 17, 2024

Wow, it has been along time since I looked at MachineForth. I did't take that very far, and I do not consider it complete. It doesn't support strings out of the box. If you want to create strings, you'd have to create an IMMEDIATE word and use "c," to put it in place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants