We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Search with Google on ASEG CSEG and you will find http://www.cpm.z80.de/manuals/archive/link80/html/link80-2.htm. If any of you are not using Google, you are missing information. The fact that you have to be a bit more elaborate in your search criteria to cut down the number of responses is a small price to pay. Erik
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.