Currently, I have to do things like
def ret();
def yld();
def jmp(u16 /* addr */);
def put_u8(u8 /* var_id */, u8 /* value */);
def move_obj(u8 /* id */, u8 /* x */, u8 /* y */);
to remember what parameter is what, which looks a little bleh. I think it'd be better to allow optional (and ignored!) names for the parameters. Syntax highlighting could be improved even better from it, I think!