Re: A92: BSS


[Prev][Next][Index][Thread]

Re: A92: BSS




What is BSS?  What's the advantage over just using dc.x statements in a prog?

fi97 Guillaume POTHIER wrote:

> >
> > Does anybody know how to use the BSS feature of Fargo II?
>
> Here is a small piece of prog using BSS
>
> ;****************************************************************************
>         BSS
> RegsV           ds.l    15      ;d0-d7/a0-a6
>         CODE
>
>         xdef    _main
>
> _main:
>         movem.l d0-d7/a0-a6,RegsV




Follow-Ups: References: