+ 1
Any Assembly programmers around here??
3 odpowiedzi
+ 2
yep I did some intel x86 and x86-64 programming in linux with
nasm with intel syntax, It's fun and tricky business lol
I still feel dizzy when I think of the Stack and Stack frame :)
+ 1
I use it mainly for reverse engineering to patch and crack stupid software .
yes when the available memory is limited C and assembly is the way to go , by limited
i mean less than 16Mb lol
0
I have written assembly code for different ATMEL microcontrollers during my undergraduate and postgraduate studies. It is really intresting, but normally if you will have to program a microcontroller or microprocessor, you will probably use C (e.g. the Arduino platform).