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

Add UNRAVEL , dumps call stack #197

Merged
merged 2 commits into from
Jan 20, 2025
Merged

Add UNRAVEL , dumps call stack #197

merged 2 commits into from
Jan 20, 2025

Conversation

philburk
Copy link
Owner

@philburk philburk commented Jan 6, 2025

Fixes #193

@philburk philburk mentioned this pull request Jan 6, 2025
@robzed
Copy link
Contributor

robzed commented Jan 6, 2025

I haven't tested these, but they look similar enough to my tests to approve.

@robzed
Copy link
Contributor

robzed commented Jan 13, 2025

Did a quick test on the Unravel branch. Everything looks ok to me. (This is 64-bit M2 MBP)
(Branch) * unravel 8921d00 Add UNRAVEL , dumps call stack

Standalone pForth executable written to pforth_standalone
rob@MacBook-Pro unix % ./pforth_standalone
PForth V2.1.1, LE, built Jan 13 2025 19:30:17 (static)
: test 1234 unravel ; ok
Stack<10>
test
Calling sequence:
TEST
ok
Stack<10> 1234
: test2 998 test ; TEST2 redefined.
ok
Stack<10> 1234
test2
Calling sequence:
TEST TEST2
ok
Stack<10> 1234 998 1234
: test3 2 3 4 test2 ." hello" ; ok
Stack<10> 1234 998 1234
test3
Calling sequence:
TEST TEST2 TEST3
hello ok
Stack<10> 1234 998 1234 2 3 4 998 1234

Needed for UNRAVEL.
@philburk philburk merged commit d6eb909 into master Jan 20, 2025
3 checks passed
@philburk philburk deleted the unravel branch January 20, 2025 23:52
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

Successfully merging this pull request may close these issues.

Add UNRAVEL from HMSL
2 participants