This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

explain this coding

Explain this coding with anyone example....

eecon1: push 00h push 01h mov a,49h mov b,#0ah mul ab add a,48h mov b,#3ch mul ab mov 70h,a mov r0,b cjne r0,#00,gothr sjmp gothr1
gothr: mov a,r0
gothr1: add a,#00h mov r0,a

mov a,47h mov b,#0ah mul ab add a,46h add a,70h jnc gothr2 push 0e0h mov a,r0 add a,#01h mov r0,a pop 0e0h
gothr2: mov r1,a mov a,r1 add a,#00h mov r1,a pop 01h pop 00h

  • Want some tution classes? yeah? the fees is $(1<<20)


  • eecon1: push 00h push 01h mov a,49h mov b,#0ah mul ab add a,48h mov b,#3ch mul ab mov 70h,a mov r0,b cjne r0,#00,gothr sjmp gothr1 gothr: mov a,r0 gothr1: add a,#00h mov r0,a

    mov a,47h mov b,#0ah mul ab add a,46h add a,70h jnc gothr2 push 0e0h mov a,r0 add a,#01h mov r0,a pop 0e0h gothr2: mov r1,a mov a,r1 add a,#00h mov r1,a pop 01h pop 00h

    I passed the above code through my auto-dynamical-source-code-analyser-mark15. It took a long time to decrypt the code sequence and to check the validity of all the comments.

    It then started guffawing and displayed it's analytical result: "What Utter Rubbish"

  • Explain this coding with anyone example....

    No,YOU need to explain why you are not able to follow directions re posting code.

    Erik