Skip to content

Commit

Permalink
Fixed Machine.razor stating which app mode to operate with
Browse files Browse the repository at this point in the history
  • Loading branch information
husmus00 committed Jan 2, 2024
1 parent 6d05c7f commit 83e68f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/Machine.razor
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

}

Computer c = new Computer("web");
Computer c = new Computer(AppMode.WebApp);

private string additionProgram = @" ORG 0 /Origin of program is location 0
LDA A /Load operand from location A
Expand Down

0 comments on commit 83e68f4

Please sign in to comment.