Crashing Made Easy!
Ever wonder why computers "crash" so often?

It only takes one tiny error to make a computer go beserk
and overwrite the program it is supposed to be running.

You see, the problem is a computer can't distinguish between data and code -
only a programmer can do that!

Check out this innocent looking little program:

JMP NEXT
NEXT: JSR SUB
SUB: JMP NEXT

Assembler