japaric/steed

implement env::args

Closed this issue · 1 comments

This is going to require messing with the stack in _start (the entry point). Whatever invokes the program, passes the program arguments through the stack and only _start can access them.

#48 is related to this, as the implementation of both is about the same.