Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaron Patena committed Jun 20, 2015
1 parent 0f8a7eb commit d4b2460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* data.txt */
/* risc.txt */
// Program that adds the numbers (1+2)+3+6+0=12
// And places 12 in register 1
10001100000000010000000000000001 // LW r1, 1(r0)
Expand Down Expand Up @@ -26,7 +26,7 @@
10000000000000000000000000000000 // NOP
10000000000000000000000000000000 // NOP

/* risc.txt */
/* data.txt */
// Contents of data memory
00000000000000000000000000000000 // Data0
00000000000000000000000000000001 // Data1
Expand Down

0 comments on commit d4b2460

Please sign in to comment.