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

Need way to print integers in hex #32

Closed
ghost opened this issue Sep 12, 2017 · 3 comments
Closed

Need way to print integers in hex #32

ghost opened this issue Sep 12, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 12, 2017

Since Punyforth doesn't have words like: base and hex how does one print out numbers in hexidecimal? I am working with hardware where I need to display values during debugging in hex. Is there an easy way to do this or do I have to write my own decimal to hex string conversion?

@zeroflag
Copy link
Owner

There isn't anything builtin at this moment. I afraid you have to write your own converter.

@ghost
Copy link
Author

ghost commented Sep 13, 2017 via email

@zeroflag
Copy link
Owner

Thanks for sharing it.

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

1 participant