Added tests for stdlib math functions.
[vvhitespace] / stdlib_tests / 4001_strlen.pvvs
CommitLineData
9c88539c
AT
1A"Hello World"
2SSSTSSSSSN | PUSH 32 (address)
3SSSTSTTN | PUSH 11 (count)
4NSTTTTTTN | JSR > 11111 (spew)
5
6SSSTSSSSSN | PUSH 32 (address)
7NSTTSSSSSN | JSR > 100000 (strlen)
8NSTTSSTN | JSR > 1001 (print number from stack)
9
10NNN | DIE
11
12#include <stdio.pvvs>
13#include <heap.pvvs>
14#include <string.pvvs>