From 58573fc342f5e4574bf67146b0656973f452bf13 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Thu, 7 Jan 2016 15:00:28 +0100 Subject: Assembler routines for some common operations --- compiler/elymasGlobalStr.ey | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler') 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 -- cgit v1.2.3