Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/06/03 08:59
Read: times


 
#38383 - checking on simulator
Responding to: ???'s previous message
please check , am i doing the rite steps for writing the program:-

1) Firstly i used DOS Edit to rite the following program:-

ORG 00H
MOV R0,#51D
MOV R1,#101D
DELAY1, MOV R3,#101D

DJNZ R3,$ (we get a value 100 after that,)
DJNZ R1,DELAY1 (R3 runs 100*100)
DJNZ R0,DELAY1 (Ro firstly decrement to 50 ,then comes the value 100*100, so the program [(100*100)+(100*100)]*50 )
CPL P1.0
RET

2) Then i save the above program as waqar.asm.

3)then i run D:>X51 waqar.asm

4) if no errors then make the object file as

D:>L51

5) Now i have a problem after this:-

when i try to load the simulator 89pro by writing :-

D:>89PRO

it does not ask me COM1 or COM3 it just stay on edit showing the company name, i ahve re-installed it by no use...

Are there window based assmebly simutors which show graphical representation..( for free offcourse)





List of 19 messages in thread
TopicAuthorDate
1 Minute Delay            01/01/70 00:00      
   RE: 1 Minute Delay            01/01/70 00:00      
   RE: 1 Minute Delay            01/01/70 00:00      
   RE: 1 Minute Delay            01/01/70 00:00      
   Check my Delay            01/01/70 00:00      
      checking on simulator            01/01/70 00:00      
         Now 1 Minute delay program in assembly            01/01/70 00:00      
         RE: delay of x minutes            01/01/70 00:00      
            I really tried hard but no use            01/01/70 00:00      
               RE: I really tried hard but no use            01/01/70 00:00      
   RE: Check my Delay            01/01/70 00:00      
   RE: 1 Minute Delay            01/01/70 00:00      
   RE: I really tried hard but no use            01/01/70 00:00      
      Ijaz is right            01/01/70 00:00      
         RE: Waqar            01/01/70 00:00      
   RE: Software            01/01/70 00:00      
   difference between counter and timer            01/01/70 00:00      
      RE: difference between counter and timer            01/01/70 00:00      
      RE: difference between counter and timer            01/01/70 00:00      

Back to Subject List