; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.9.3 #11345 (Linux) ; main.c: 231: sum = sum - periods[pos]; clrw x ld a, _pos+0 ld xl, a sllw x addw x, #(_periods + 0) ldw x, (x) negw x addw x, _sum+0 ldw _sum+0, x ; File Created by SDCC : free open source ISO C Compiler ; Version 4.4.0 #14620 (Linux) ; main.c: 231: sum = sum - periods[pos]; ld a, _pos+0 clrw x ld xl, a sllw x ldw x, (_periods+0, x) negw x addw x, _sum+0 ldw _sum+0, x