Fixed parsing bug 1, just empty FactorSequence left

This commit is contained in:
RochesterX
2026-01-31 19:51:05 -05:00
parent 2e3dd13009
commit 1d9ad824a6
10 changed files with 145 additions and 59 deletions

8
test.s
View File

@@ -0,0 +1,8 @@
.globl main
main:
movl $1, %eax
push %eax
movl $2, %eax
pop %ecx
imul %ecx, %eax
ret