Added ability to directly embed NED programs in NEDsim binary for runtime execution.
[screensavers] / hacks / NEDsim / ned_programs / integer_stack.ned_asm
CommitLineData
b73247cf
AT
1# (c) 2021 Aaron Taylor <ataylor at subgeniuskitty dot com>
2# See LICENSE.txt file for copyright and license details.
3
4# Starting at 1, build the positive integers on the stack.
5
6IM_1
7loop
8 LDSP+0
9 IM_1
10 ADD
11 JMP>loop
12HALT