; Type or paste assembly code here ; then click on the button above ; to import it in a new interactive editing window. .name Dumb_Example .profile YASEP16 ; Example source code mov 0 R1 ; loop 65536 times : add 1 R1 add -2 PC NZ R1 HALT 1 ; the end : halt the CPU