diff options
| author | Drahflow <drahflow@gmx.de> | 2016-01-07 15:00:28 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2016-01-07 15:00:28 +0100 |
| commit | 58573fc342f5e4574bf67146b0656973f452bf13 (patch) | |
| tree | dfdb1c282b815e453dc4d42ae4dd2e63adbb0a84 /compiler | |
| parent | 88d9a0aba7f998522510a2514b20c2bcfd5411d0 (diff) | |
Assembler routines for some common operations
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 |
