Giter VIP home page Giter VIP logo

Comments (3)

vext01 avatar vext01 commented on June 26, 2024

Oh, one more I just spotted:

image

Talks about name, but it's nowhere to be seen. Presumably left over from an earlier design?

from dynasm-rs.

CensoredUsername avatar CensoredUsername commented on June 26, 2024

Hi! Seems you caught a bit of residue from the global/local label redesign, thanks for reporting it. At one point global and local labels were handled separately, but nowadays they both are variants of StaticLabel. Seems the documentation is still a bit outdated there.

Is there a way to get their addresses at runtime via the API?

Yep. You can query LabelRegistry::resolve_static for it. First you have to construct the appropriate StaticLabel. For that you can either use StaticLabel::local (if you know which version of the label you need), StaticLabel::first (if it's the only one), or most likely LabelRegistry::place_local_reference, which gives you a reference to the last defined local label.

(local labels are essentially global labels with an extra version number added to distinguish between different uses of the same local label).

Is that once per address space, or once per assembler?

Per Assembler. These labels are purely a thing for dynasm-rs. If you want actual executable symbols you need to handle that yourself.

In the second sentence should "local label name" be "global label name"?

Or just label name. Both global and local labels reuse the same rules.

Talks about name, but it's nowhere to be seen. Presumably left over from an earlier design?

Yep. Part of the redesign I mentioned before.

from dynasm-rs.

vext01 avatar vext01 commented on June 26, 2024

Thanks!

I'll aim to raise a PR to fix these things.

from dynasm-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.