??? 03/02/04 18:20 Read: times |
#65832 - RE: How does ORG command work? Responding to: ???'s previous message |
ORG can also be potentially dangerous. If two pieces of code using ORGs mistakenly step on each other, there may not be any error or warning messages. For example,
org 0x8000 db 1, 2, 3, 4, 5 org 0x8001 db 0, 0, 0, 0, 0 Assembler/linker gives no warning! |
Topic | Author | Date |
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 |