Skip to content

Commit

Permalink
Merge pull request #386 from glcanvas/patch-1
Browse files Browse the repository at this point in the history
Update tl-b-language.mdx
  • Loading branch information
reveloper authored Oct 26, 2023
2 parents dc10b4d + 6aedca5 commit eb5de6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/data-formats/tl-b-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tag_a$10 val:(## 32) = A;
tag_b$00 val(## 64) = A;
```

If we parse `1000000000000000000000000000000001` (1 and 33 zeroes and 1) in TLB type `A` - firstly we need to get first
If we parse `1000000000000000000000000000000001` (1 and 32 zeroes and 1) in TLB type `A` - firstly we need to get first
two bits to define tag. In this example `10` is two first bits and they represent `tag_a`. So now we know that next 32
bits are `val` variable, `1` in our example. Some "parsed" pseudocode variables may look like:

Expand Down

0 comments on commit eb5de6f

Please sign in to comment.