-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
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
Labels
No labels