This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

help with ASEG from ver 4 A8051

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

0