Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Image function for System.Address #23

Open
jklmnn opened this issue May 28, 2020 · 2 comments
Open

Image function for System.Address #23

jklmnn opened this issue May 28, 2020 · 2 comments
Assignees

Comments

@jklmnn
Copy link
Member

jklmnn commented May 28, 2020

Basalt.Strings should have a non-generic Image function that generates a string from System.Address in the following notation:

16#0123456789ABCDEF#

Addresses should always be zero left padded to the Address length of the architecture (4/8 byte).

@senier
Copy link
Member

senier commented May 28, 2020

I'd find a separator helpful for readability:

16#0123_4567_89AB_CDEF#
16#89AB_CDEF#

@jklmnn
Copy link
Member Author

jklmnn commented May 28, 2020

This sounds like a good idea.

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

No branches or pull requests

3 participants