Cube
mov a,30h
mov b,a
mov r0,b
mul ab
mov r1,b
mov b,r0
mov 52h,a
mov r2,b
mov a,r1
add a,r2
mov 51h,a
mov a,b
addc a,#00h
mov 50h,a
end