diff python/testc3.py @ 231:521567d17388

simplify blink.c3
author Windel Bouwman
date Sat, 13 Jul 2013 20:20:44 +0200
parents 88a1e0baef65
children ef683881c64e
line wrap: on
line diff
--- a/python/testc3.py	Sat Jul 13 19:53:44 2013 +0200
+++ b/python/testc3.py	Sat Jul 13 20:20:44 2013 +0200
@@ -304,7 +304,7 @@
          t6 = [adr_x5]
          t7 = 2
          add8 = t6 + t7
-         off_y9 = 0
+         off_y9 = 4
          adr_y10 = a0 + off_y9
          [adr_y10] = add8
          ret  """
@@ -397,7 +397,7 @@
          t10 = 14
          sub11 = t9 - t10
          deref12 = [a0]
-         off_y13 = 0
+         off_y13 = 4
          adr_y14 = deref12 + off_y13
          [adr_y14] = sub11
          ret  """