Re: virt68k/68030 problem
Jeremy Cooper <[email protected]> Sat, 20 Jan 2024 20:02:44 -0800
| Newsgroups | gmane.os.netbsd.ports.m68k |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> wrote: > > > >> On Jan 19, 2024, at 4:40 AM, Michael van Elst <[email protected]> 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 >