|
4 years ago | |
---|---|---|
.. | ||
src | 4 years ago | |
Makefile | 3 years ago | |
README.md | 4 years ago |
Print argument count to stdout.
The program argc
reads its cmd line argument
count from the stack and print it to standard
output by mean of sys_write
. Putting more
than 8 arguments result in an unexpected behaviour.
$ argc [ARG1]...[ARG8]
Here I try to access the stack for the first time :)