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
ok, off topic, but if you've not written assembly language for the pdp-10
in MACRO-10 --- you haven't lived ! Example of awesomeness: We built a
24-bit AMD2901 bit-slice machine with a simple instruction set for image
processing. The custom assembly language code was assembled using macros
in MA
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 programming in modern
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