Skip to content

Computer-Architecture - Pedro Montesinos#209

Open
pedrolmr wants to merge 12 commits into
bloominstituteoftechnology:masterfrom
pedrolmr:master
Open

Computer-Architecture - Pedro Montesinos#209
pedrolmr wants to merge 12 commits into
bloominstituteoftechnology:masterfrom
pedrolmr:master

Conversation

@pedrolmr
Copy link
Copy Markdown

@pedrolmr pedrolmr commented Mar 4, 2019

Comment thread ls8/cpu.c

void cpu_load(struct cpu *cpu, char *path)
{
FILE *filepointer = fopen(path, "r");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Awesome now you'll be able to handle any set of instructions.

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.

2 participants