Skip to content

Commit e467179

Browse files
uncomment and/or instructions in demo.S
fixup for bd4ae23
1 parent 8a8565c commit e467179

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ textstart: ld r0, r1, 0 # a comment!
88
add r0, r1, 42
99
sub r0, r1, r2
1010
sub r0, r1, 42
11-
#and r0, r1, r2
12-
#and r0, r1, 42
13-
#or r0, r1, r2
14-
#or r0, r1, 42
11+
and r0, r1, r2
12+
and r0, r1, 42
13+
or r0, r1, r2
14+
or r0, r1, 42
1515
lsh r0, r1, r2
1616
lsh r0, r1, 42
1717
rsh r0, r1, r2

0 commit comments

Comments
 (0)