summaryrefslogtreecommitdiffhomepage
path: root/samples/stress2.mixal
blob: 4c7250d765db34f9e850b4dd9c821a337b8b9338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
		ORIG 1999 
ST		NOP
3H		CON 10
		ENT1 *
		LDA 3B
** rI1 is 2001, rA is 10.  So far so good!
3H		ORIG 3B-1000
** at this point 3H should
** equal 2002, and the location counter should be 1000.
		ENT2 *
		LDX 3B
** rI2 should be 1000, rX should be 2002 (I think...)
		HLT
		END ST