Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement goto for memory #98

Merged
merged 4 commits into from
May 25, 2016
Merged

Implement goto for memory #98

merged 4 commits into from
May 25, 2016

Conversation

fischerman
Copy link
Member

  • Memory service can now receive goto requests
  • Register panel implements buttons to go to a address stored in a register
  • Memory panel is updated when program exits

public goto(start: number) {
let frame = new MemoryFrame(start, this.MEMORY_FRAME_SIZE);
this.updateMemoryFrame(frame);
// highlight memory panel could be triggered here
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #99

@jangmarker jangmarker merged commit 6912759 into master May 25, 2016
@jangmarker jangmarker deleted the memory branch May 28, 2016 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants