added ex064 builtins
This commit is contained in:
parent
4251076b50
commit
d192e52825
3 changed files with 84 additions and 0 deletions
6
patches/patches/064_builtins.patch
Normal file
6
patches/patches/064_builtins.patch
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
72,73c72,73
|
||||
< const tupni: u8 = @bitReverse(input);
|
||||
< print("{b:0>8} backwards is {b:0>8}.\n", .{input});
|
||||
---
|
||||
> const tupni: u8 = @bitReverse(u8, input);
|
||||
> print("{b:0>8} backwards is {b:0>8}.\n", .{input, tupni});
|
||||
Loading…
Add table
Add a link
Reference in a new issue