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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/02/04 18:40
Read: times


 
#65834 - RE: The beloved Keil C51/A51
Responding to: ???'s previous message
MACRO ASSEMBLER A51 V7.04
OBJECT MODULE PLACED IN test.OBJ
ASSEMBLER INVOKED BY: C:KEILC51BINA51.EXE test.a51 SET(SMALL) DEBUG EP

LOC OBJ LINE SOURCE

1
2
8000 3 org 0x8000
8000 4 Table1:
8000 00000000 5 db 0, 0, 0, 0, 0, 0, 0, 0
8004 00000000
8008 00000000 6 db 0, 0, 0, 0, 0, 0, 0, 0
800C 00000000
7
8002 8 org 0x8002
8002 9 Table2:
8002 01020304 10 db 1, 2, 3, 4, 5, 6, 7, 8
8006 05060708
800A 01020304 11 db 1, 2, 3, 4, 5, 6, 7, 8
800E 05060708
12
13
14
15 end

SYMBOL TABLE LISTING
------ ----- -------


N A M E T Y P E V A L U E ATTRIBUTES

TABLE1 . . . . . . C ADDR 8000H A
TABLE2 . . . . . . C ADDR 8002H A


REGISTER BANK(S) USED: 0


ASSEMBLY COMPLETE. 0 WARNING(S), 0 ERROR(S)

List of 13 messages in thread
TopicAuthorDate
How does ORG command work?            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
   RE: didnt work            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
      You mean uPSD3234A?            01/01/70 00:00      
         RE: You mean uPSD3234A?            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
      RE: How does ORG command work?            01/01/70 00:00      
      RE: How does ORG command work?            01/01/70 00:00      
         RE: How does ORG command work?            01/01/70 00:00      
            RE: The beloved Keil C51/A51            01/01/70 00:00      
               RE: The beloved Keil C51/A51            01/01/70 00:00      
                  RE: The beloved Keil C51/A51            01/01/70 00:00      

Back to Subject List