What are good or interesting Assembler-like languages, but at a higher level?

Posted by CodexArcanum on Stack Overflow See other posts from Stack Overflow or by CodexArcanum
Published on 2009-04-21T22:58:13Z Indexed on 2010/04/21 21:13 UTC
Read the original article Hit count: 253

Filed under:
|

I've been looking at L.in.oleum and am intrigued by it's mix of higher-level constructs (loops, dynamic variables) with low-level assembler power (registers).

Are there other languages like Lino out there, which blend the speed of assembler with productivity enhancing features?

EDIT: I realized this kind of sounds like an ad. I'm genuinely interested in other assembler-like languages, Lino is just the only one I happen to know of.

© Stack Overflow or respective owner

Related posts about assembler

Related posts about assembly