Skip to content

feat: Raw assembly blocks #83

Description

@Zffu

Add the capability of using inline assembly with a asm block.

Furthermore, parameters will be able to be used (constraints) with the %x placeholder and parameters in the asm block declaration

Additionally, two flags can be toggled on each asm block:

  • has side effect: Does the block have side effects. Default true. can be disabled by adding a @ after the asm.
  • is stack aligned: Is the stack aligned. Default false. can be enabled by adding a ~ after the asm

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions