Sample Assembly Programs

Started by cldudley, November 07, 2008, 03:22:26 PM

Previous topic - Next topic

cldudley

Hello there,

Are there any sample assembly language programs available for Pelles C?

I am interested in writing some functions that use the SIMD registers and instructions for X64 and X86, but I would like to look at some examples of how the POASM interfaces with POCC source code, etc.

I know X86 and X64 use different calling schemes, I am just looking for a few samples to give me somewhere to begin. :-)

Pelle

Not much published - a few snippets have been posted in the past here in the forum, but I'm not sure they are still around...
http://www.smorgasbordet.com/pellesc/sourcecode.htm - C samples, MD5 - mixes C and X86 assembly, which may or may not be useful...
/Pelle

Greg

There is example code and some good information in the Pelle's Assembler sub-forum at the MASM32 Forum. There hasn't been a lot of activity there recently, but there is some good stuff there.


Vortex

Hi cldudley,

I coded an utility converting module definition files to Poasm \ Masm include files. The C source code is using Poasm modules.

http://vortex.masmcode.com/files/def2inc20.zip

Code it... That's all...