summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-06-15 19:54:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-06-15 19:54:01 +0200
commite5d9e83157f226ee6cad499f2a07b850cdcfc47c (patch)
treeafcf85578a6718005e8856ba384216acad2108e6 /ecomp-c/test1.e
parent8d53bd7c238aa60cd8050a1972cfbfec338aebbd (diff)
downloadcompilertests-e5d9e83157f226ee6cad499f2a07b850cdcfc47c.tar.gz
compilertests-e5d9e83157f226ee6cad499f2a07b850cdcfc47c.tar.bz2
asm-i386:
- added register indirect reads for expression evaluation with arrays ec: - started to add array expressions
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 656d634..d88c3de 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -69,5 +69,6 @@ begin
a1[i] := i;
i := i + 1;
end;
+ s2[a1[2]] := 'X';
//j := s2[1];
end