Added basic putuint to the standard library, i need to implement proper 0 handling but that probably needs and if statement

This commit is contained in:
cannoli-fruit 2026-07-26 01:48:43 -04:00
commit 5b7dd220ae
6 changed files with 94 additions and 2 deletions

6
flagpole/tests/div.fp Normal file
View file

@ -0,0 +1,6 @@
$inc fvmstd.fp
proc main
8 2 u/
48 u+ :putchar :newline
endproc