Skip to content

Commit

Permalink
fix dependency in serial.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
dalnefre committed Jan 5, 2025
1 parent 4965c7d commit 11a14a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/serial.asm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ counter_init: ; value <- msg
counter_svc: ; cell <- (cust . change)
push #? ; #?
actor self ; #? SELF
push cell.read_tag ; #? SELF #read
push cell.read_op ; #? SELF #read
pair 2 ; (#read SELF . #?)
state 0 ; (#read SELF . #?) cell
actor send ; --
Expand All @@ -161,7 +161,7 @@ counter_k1: ; (cell cust . change) <- count

dup 1 ; count' count'
actor self ; count' count' SELF
push cell.write_tag ; count' count' SELF #write
push cell.write_op ; count' count' SELF #write
pair 2 ; count' (#write SELF . count')
state 1 ; count' (#write SELF . count') cell
actor send ; count'
Expand Down

0 comments on commit 11a14a5

Please sign in to comment.