Port-m68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: virt68k/68030 problem



Mea cupla,

For years I used the `.long` syntax in the 3/80 locore.s because I felt it was the only portable way to represent this very rare instruction. I always wanted the 3/80 port to be easily cross-compilable, so I avoided any non-standard asm instructions.

-J

> On Jan 19, 2024, at 08:30, Jason Thorpe <thorpej%me.com@localhost> wrote:
> 
> 
> 
>> On Jan 19, 2024, at 4:40 AM, Michael van Elst <mlelstv%serpens.de@localhost> wrote:
>> 
>> You can also write something like:
>> 
>> .save
>> .chip 68030
>> pmove %tt0,%d0
>> .restore
> 
> Ah, I was wondering what the syntax was for that!
> 
> -- thorpej
> 



Home | Main Index | Thread Index | Old Index