:: Re: [DNG] OT: Assembly resources
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Hendrik Boom
Date:  
À: dng
Sujet: Re: [DNG] OT: Assembly resources
On Sun, Feb 28, 2016 at 09:07:01PM +0800, Brad Campbell wrote:
>
> I started with the 6502 and a dead tree of the Apple ][ ROM source a
> couple of moons ago. That was so much more pleasant than x86
> assembly, but that method works just as well.


x86 has an ugly machine language, and with all the modification
prefixes, it has become uglier still. The ARM processors seem to mme
to be nicer, though I haven't had a chance to generate code for them yet.

-- hendrik