How to write assembler programs

kamel
Hi all,

I'm new to the FriendlyARM, and I was trying to write a small program to
test some softwares interrupts on the s3c2440 with the SBC2440-III board.
But the problem is that I don't really know how to start, I made a nfs
server with my board and the s3c2440_recover rootfs.
So I want to build first my s3c2440 programs on my PC and then I will test
on the board.

If you please light me on the right way to do it,

Thanks,
Regards.

Slash
You don't need to use assembly language for testing or actual software
development. Your first job is to install the provided compilers from the
DVD to your host computer. Then you can use embedded C for writing
programs. It's a lot easier and faster than assembly language.