[A89] Re: converting from as->a68k


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

[A89] Re: converting from as->a68k





>I need some help converting this piece of code from as format to a68k
>(wich is much nicer...)
>
>.LC0:
>         .word   16383
>         .long   286331153
>         .long   0
>         .even
>.LC1:
>         .word   16384
>         .long   0
>         .long   0
>         .even
>
>I think I know what's this (some kind of buffers).

They seem to be floating point numbers.

>Anyway, how can I
>convert this to a68k syntax?

You should be able to leave out the ".even" as it is already on an even 
boundary. Change ".word" to "dc.w" and ".long" to "dc.l".





References: