I am trying to import some old code into uV2 But the assembly syntax and commands are different " NAME cruabs(18) RSEG CODE(0) RSEG D_UDATA(0) PUBLIC cdate PUBLIC copy_0_to_8000 PUBLIC code_start PUBLIC main_start RSEG CODE cdate: DB DATE 6, DATE 5, DATE 4,DATE 3,DATE 2 RSEG CODE ASEG. " What does ASEG do? Any help would be appreciated. Thanks, Allen
You can consult the "Macro Assembler and Utilities for 8051 and Variants UG07.2000". This book comes with uVision, ( "Assembler/Utilities" ) in the "Books" folder. The subject that you want start in the Page 102.