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
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

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 programming in modern

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