Skip to content

Allow array parameter passing #20

@bit-hack

Description

@bit-hack

Add an INS_LEA, INS_GETII, INS_SETII to support by reference array passing.

function callee(my_arg[], count)
  # ...
end

function example()
  var my_array[32]
  callee(my_array, 32)
end

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions