From e44813e6629e0cd8854397eb3b830db9dfcbcdab Mon Sep 17 00:00:00 2001 From: Drahflow Date: Fri, 19 Jun 2015 16:04:50 +0200 Subject: Documented the , functions --- compiler/elymasGlobal.ey | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler') diff --git a/compiler/elymasGlobal.ey b/compiler/elymasGlobal.ey index b35aa7a..0a48385 100644 --- a/compiler/elymasGlobal.ey +++ b/compiler/elymasGlobal.ey @@ -1111,7 +1111,7 @@ :retn ]] /ey,-- defv - # move topmost position marker left/upwards and shift stack + # move topmost position marker left/downwards and shift stack [[ /rbx :popqReg /rsp /rsi :movqRegReg @@ -1130,7 +1130,7 @@ :retn ]] /ey--, defv - # access element left (higher up in stack) of topmost position marker + # access element left (below in stack) of topmost position marker [[ /rbx :popqReg /rsp /rdi :movqRegReg @@ -1143,7 +1143,7 @@ :retn ]] /ey_, defv - # access element right (lower in stack) of topmost position marker + # access element right (above in stack) of topmost position marker [[ /rbx :popqReg /rsp /rdi :movqRegReg -- cgit v1.2.3