Nathaniel McCallum
Nathaniel McCallum
@radu-matei Indeed. I had a similar thought. However, I'm worried that this will become overloaded with other concerns like build versioning (#266) and build variants (#269). All three of these...
I just ran into this today. It was very painful.
It is all unstable features.
I'm still not sure this really accomplishes what I would want. The problem is that this crate is a mix of two things: x86_64 types and x86_64 instructions. In the...
Good question. Definitely `*Flags`. I'd also like all of the tables. But that brings up an interesting point: the contents of your table structs are private. That would probably have...
`*Addr` brings up another interesting point because they may not be architecture specific. Or rather, they could be generalized for multiple architectures.
Yeah, that sounds great. We can start by just moving existing types and go from there.
License is perfect. I'm going to start filing pull requests for moving the types.
How stabilized is this crate currently? Here's a thought... Once we move out all the register types, it might make sense to implement read/write of those registers as a trait....
Yes, I'm still interested. The state is just me being too busy. Let me resubmit against the dev branch today.