On Sun, 27 Jul 2025 14:21:32 -0700
"Greg A. Woods" wrote:
> My favourite macro assembler was MACRO-11, for the PDP-11 (my favourite
> machine to write assembler for!).
I second the motion!
--
Ted Spradley
.dev/pdp10.html
On Sun, Jul 27, 2025 at 2:22 PM Greg A. Woods wrote:
> At Thu, 17 Jul 2025 01:02:21 +0530 (GMT+05:30), Mohan
> wrote:
> Subject: unix assembly programming
> >
> > is it common to use m4 with gas? are there examples
> > i can learn from or just general r
At Thu, 17 Jul 2025 01:02:21 +0530 (GMT+05:30), Mohan
wrote:
Subject: unix assembly programming
>
> is it common to use m4 with gas? are there examples
> i can learn from or just general resources for unix asm
> programming?
In my experience everyone doing assembly language pr
On Thu, Jul 17, 2025 at 01:02:21 +0530, Mohan wrote:
> is it common to use m4 with gas?
There are not much code written in assembler these days and the little
amount that gets written probably can get by with the C preprocessor
and or gas own macro facility. Also my impression is that
macro-proc
is it common to use m4 with gas? are there examples
i can learn from or just general resources for unix asm
programming?
so far, i've found a mailing list called linux-assembly
and read a few little programs hosted on sourceforge.
i'm just a beginner trying to get a grip on the toolchain
internals