holy shit thats a lot of changed to asmrigs

This commit is contained in:
2026-01-17 23:45:36 +02:00
parent ee7735b610
commit fe1273e539
21 changed files with 645 additions and 197 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
main()
_tick()
{
}
+3
View File
@@ -0,0 +1,3 @@
public _tick
_tick:
ret
+3 -2
View File
@@ -1,4 +1,5 @@
main()
_tick()
{
return 0;
extrn a;
a = 30;
}
+3
View File
@@ -0,0 +1,3 @@
public _tick
_tick:
ret
+3 -2
View File
@@ -1,4 +1,5 @@
main()
_tick()
{
return 1 + 2 * 3;
extrn a;
a = 1 + 2 * 3 * ( 4 + 5 );
}
+1
View File
@@ -1,5 +1,6 @@
main()
{
extrn something;
auto a, b;
a = 10;
b = a + 5;