← Back to team overview

kicad-developers team mailing list archive

Re: MASM Boost dependency on Windows

 

On Mon, Oct 14, 2013 at 10:45:38PM +0100, Brian Sidebotham wrote:
> Yes, MinGW has GNU AS (It's part of binutils). I don't know why they've
> implemented it with MASM instead for the Windows platform.

Problem: gas uses AT&T syntax, not MASM one. YASM/NASM could be a better
bet.

But probably they choose MASM to use some Windows-specific trickery? The
context classes IIRC are for coroutine so they only should do
stack/register freezing but who knows...

Wasn't MASM deprecated/unsupported for a long time anyway?

-- 
Lorenzo Marcantonio
Logos Srl


Follow ups

References