Skip to content

Track consumed input #34

@pdarragh

Description

@pdarragh

The asm-interp/io function takes input as an argument, but it does not track how much of that input is actually used by the executed program, if any. I think it would be pretty useful to maybe return three values: the result from rax, the output generated, and the number of bytes read from the input. I'm not sure how to go about doing this just yet, but it would make grading certain things much easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions