Msg: 4243 *Conference*

04-22-93 06:00:44

From: BRUCE HANSEMANN

To : ALL

Subj: ROM2/CLEUSEAU ROM PROBLEM

I recently purchased a ROM2/Cleuseau rom and noticed strange behavior when
using the assembler.  If you use the letter "B" as a label and call or jmp "B"
the assembler assembles the code as CALL 0000 or JMP 0000.  ie
 
   org   62900
 
   call  B
   RET
 
B  RET
 
Instead of the code assmebling to CALL 62904  it assembles to CALL 0000
 
What am I doing wrong? Or, is there a problem with my ROM
 
Thanks,  Bruce Hansemann