Re: unix assembly programming

2025-07-28 Thread Ted Spradley
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

Re: unix assembly programming

2025-07-27 Thread Michael Cheponis
.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

Re: unix assembly programming

2025-07-27 Thread Greg A. Woods
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

Re: unix assembly programming

2025-07-17 Thread Valery Ushakov
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

unix assembly programming

2025-07-16 Thread Mohan
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