chancehudson / ashlang

Apache License 2.0
9 stars 2 forks source link

[tasm] Allow assembly functions to specify arguments of dynamic length #15

Open chancehudson opened 2 months ago

chancehudson commented 2 months ago

It would be helpful to pass dynamic memory slices. For example, to pass a variable length argument to a function a variable would need to act as a length specifier, either on the stack or in memory.