diff options
Diffstat (limited to 'putstr.lang')
-rw-r--r-- | putstr.lang | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/putstr.lang b/putstr.lang index 7485d8f..f132bda 100644 --- a/putstr.lang +++ b/putstr.lang @@ -17,32 +17,3 @@ func int main() { putstr(str); return 0; } - - - -/* -irfunc putstr(char[] str) - {{{(0) - mov t5Q <- 0Q - jmp 7 - }}} - {{{(7) - add t17Q <- t5Q, 8Q - add t18Q <- astrQ, t17Q - load t19B <- *t18Q - neq t22Q <- t19B, 0B - jne t22Q, 0Q -> 9 | 6 - }}} - {{{(9) - add t30Q <- t5Q, 8Q - add t31Q <- astrQ, t30Q - load t32B <- *t31Q - call putc (t32B) - add t39Q <- t5Q, 1Q - mov t5Q <- t39Q - jmp 7 - }}} - {{{(6) - ret - }}} -*/ |