diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/elymasGlobalStr.ey | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/elymasGlobalStr.ey b/compiler/elymasGlobalStr.ey index be0b65d..4e9861a 100644 --- a/compiler/elymasGlobalStr.ey +++ b/compiler/elymasGlobalStr.ey @@ -411,7 +411,7 @@ ]] /eybitTest defv # bit set - # 0 -> string to extract bit from + # 0 -> string to set bit in # 1 -> bit index to set [[ /rbx :popqReg @@ -427,8 +427,8 @@ ]] /eybitSet defv # bit reset - # 0 -> string to extract bit from - # 1 -> bit index to set + # 0 -> string to reset bit in + # 1 -> bit index to reset [[ /rbx :popqReg |
