Assembler

I need to do some assembler coding and I can’t find any info on system calls
or interacting with the kernel. Can someone point me in the right
direction?

“Robert Quin” <rob@PositivelyInteractive.com> wrote in message
news:a074au$mu0$1@inn.qnx.com

I need to do some assembler coding and I can’t find any info on system
calls
or interacting with the kernel. Can someone point me in the right
direction?

The best way would be to make straight C style/convention calls to the C (or
which ever makes sense) library from your assembler module. Which assembler
are you using?

-Adam