On Tue, Oct 16, 2012 at 02:14:12PM -0400, Andrew Pennebaker wrote: > > msg: .asciz "Hello, world!\n" > > .set len, . - msg > > > > foo: > > push $len > > > > That's odd, on my system this syntax fails to link. It's just the relevant fragment. Tested on ELF, not sure about OSX. Joerg