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:
parent
bf4f1c19af
commit
5b7dd220ae
6 changed files with 94 additions and 2 deletions
6
flagpole/tests/div.fp
Normal file
6
flagpole/tests/div.fp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
$inc fvmstd.fp
|
||||
|
||||
proc main
|
||||
8 2 u/
|
||||
48 u+ :putchar :newline
|
||||
endproc
|
||||
Loading…
Add table
Add a link
Reference in a new issue