Skip to content

Commit

Permalink
Fixed operand_list#0 -> operand_list_continue
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 14, 2024
1 parent e2cdca7 commit 8f235e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,23 @@ instruction 2:0
identifier "mov" 2:0
operand_list 2:4
immediate "$100" 2:4
operand_list#0 2:8
operand_list_continue 2:8
, "," 2:8
register "%eax" 2:10
line_terminator "\n" 2:34
instruction 3:0
identifier "mul" 3:0
operand_list 3:4
immediate "$2" 3:4
operand_list#0 3:6
operand_list_continue 3:6
, "," 3:6
register "%eax" 3:8
line_terminator "\n" 3:45
instruction 4:0
identifier "mov" 4:0
operand_list 4:4
register "%eax" 4:4
operand_list#0 4:8
operand_list_continue 4:8
, "," 4:8
number "0x1000" 4:9
line_terminator "\n" 4:46
Expand Down

0 comments on commit 8f235e0

Please sign in to comment.