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