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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/09/04 00:07
Read: times


 
#68222 - REG BANK 0
Responding to: ???'s previous message
Finally I fingured the warning places, but unfortunaly I have no idea why it created in this place, so any one to tell me is these codes are correct or i have done it wrong, I will be thankful to your people really your helpful, please if there is any solution to correct it let me know.

FROM: 0000H
TO: 007FH

here its

DSEG

ORG 0

RHV: DS 1 ; RH Stepper value H
RLV: DS 1 ; RH Stepper value L
LHV: DS 1 ; LH Stepper value H
LLV: DS 1 ; LH Stepper value L
RS: DS 1 ; RH set speed
LS: DS 1 ; LH set speed
RTMPH: DS 1
RTMPL: DS 1
LTMPH: DS 1
LTMPL: DS 1
RCNT: DS 1
LCNT: DS 1
LDIST: DS 1
RDIST: DS 1
SQ: DS 1
RSQCNT: DS 1
LSQCNT: DS 1
TESTNO: DS 1

ORG 79H
N1: DS 7

and the 2nd one,
FROM: 0020H
TO: 007FH

here its,

DSEG
ORG 0

TXRDY: DBIT 1 ; Serial port Tx ready flag
IFLGR: DBIT 1 ; Only used by Drive Tests
IFLGL: DBIT 1 ; Only used by Drive Tests
LSTP: DBIT 1 ; Only used by Drive Tests
RSTP: DBIT 1 ; Only used by Drive Tests

Regards
Albarkani

List of 20 messages in thread
TopicAuthorDate
WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
      RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
         RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
            So the solution is ?            01/01/70 00:00      
               2000 lines            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
      bible time            01/01/70 00:00      
         RE: bible time            01/01/70 00:00      
            RE: bible time            01/01/70 00:00      
               RE: thanks erik            01/01/70 00:00      
   REG BANK 0            01/01/70 00:00      
      RE: REG BANK 0            01/01/70 00:00      
         RE: REG BANK 0            01/01/70 00:00      
   program size reduced with "DSEG AT 32H"            01/01/70 00:00      
      Use the MAP file!!            01/01/70 00:00      
         RE: i couldn`t find this map file            01/01/70 00:00      
            Map File = Linker Listing File            01/01/70 00:00      

Back to Subject List