Skip to content

[Question][Hw2] Questions on Skeleton code #17

@Lanph3re

Description

@Lanph3re

Hello. I skimmed given code a bit and noticed the code lacks something.

Do we have TODO parts that aren't marked as failwith "Not implemented?

For example let rec execute_block is declared as a recursive function but it doesn't call itself.
Overall code doesn't have code that fetches next instruction or destination instruction of jmp command.
Probably I think that I need to implement the fetching code in transfer function, but the return type of the function is Memory which doesn't have program counter things.

Am I missing something? Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions