hi all
I have write a function like below code
void dma_task_scheduler (uchar stream_type, uchar channel, uchar MsgOrPrior) small { uint SDATA size; uint SDATA tmp; uchar SDATA w_index; uchar SDATA r_index; uchar SDATA front; uchar SDATA rear; uchar SDATA locate; uchar SDATA s_index; uchar SDATA len_h = 4; uchar SDATA len_l = MsgOrPrior; }
and I see the list file is look like this
---- 339 RSEG ?DT?_dma_task_scheduler?MPG450 0000 340 ?_dma_task_scheduler?BYTE: 0000 341 stream_type?143: DS 1 0001 342 channel?144: DS 1 0002 343 MsgOrPrior?145: DS 1 0003 344 ORG 3 0003 345 size?146: DS 2 0005 346 w_index?148: DS 1 0006 347 r_index?149: DS 1 0007 348 rear?151: DS 1 0008 349 s_index?153: DS 1 0009 350 len_h?154: DS 1 000A 351 len_l?155: DS 1
What is "org 3" do?? why other function didn't have this line ?? how can I remove it if I didn;t want this ??
Thanks to any kindly help
best regard