Skip to content

Commit d830098

Browse files
authored
Merge pull request below#64 from rosshjb/bin-data-typo-fix
fix: typo in binary data
2 parents e50fd61 + 9531a21 commit d830098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 05/codesnippets.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.global _l9
1111

1212
.data
13-
l1: .byte 74, 0112, 0b00101010, 0x4A, 0X4a, 'J', 'H' + 2
13+
l1: .byte 74, 0112, 0b01001010, 0x4A, 0X4a, 'J', 'H' + 2
1414
.word 0x1234ABCD, -1434
1515
.quad 0x123456789ABCDEF0
1616
.ascii "Hello World\n"

0 commit comments

Comments
 (0)