Skip to content

Commit 271bef8

Browse files
committed
Add note on test program
1 parent 0907649 commit 271bef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f256/experiments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Presently loading [kernel user programs](https://github.com/ghackwrench/F256_Jr_
99

1010
To load a program, place it on eg. the SD card, and run it from DOS by typing its name.
1111

12-
Arguments may be passed to the program by adding them after the program name.
12+
Arguments may be passed to the program by adding them after the program name. Included in the firmware download is a `hello` program. This may be placed on disk and run by typing `hello` at the DOS prompt. Additionally, arguments may be added and they will be printed by the program.
1313

1414
# Programming information
1515
Kernel user programs comprise up to four banks of code, and may be placed in the area $2000-$9FFF. The program header provides information to DOS on where to load the program and its entry address.

0 commit comments

Comments
 (0)