1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-24 12:16:29 +00:00

Allow taking addresses of stack variables

This commit is contained in:
Karol Stasiak
2019-06-23 22:53:42 +02:00
parent f22b62e57f
commit 0205520bf9
11 changed files with 246 additions and 22 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ but the main disadvantages are:
* increased stack usage
* cannot take their addresses
* their addresses are not considered constants and it's slower to get them
* cannot use them in inline assembly code blocks