# AM7B test program, this program should run with the base program. push 3 push 4 pop ax pop bx imul bx ax push 5 pop bx add bx ax push ax # run with (mono) AM7B.exe < test0.7b