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?

I think your best bet would be to disassemble a call written
in ‘C’ and then follow the example. The system calls themselves
may be in DLL’s and subject to dynamic change from version to
version.


Previously, Robert Quin wrote in qdn.public.qnx4.devtools:

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


Mitchell Schoenbrun --------- maschoen@pobox.com

Or you could use the C calling convention and push parameters on to the
stack (in reverse order) and just do a call to the C function.


Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>
“Mitchell Schoenbrun” <maschoen@pobox.com> wrote in message
news:Voyager.011224112105.1374A@schoenbrun.com

I think your best bet would be to disassemble a call written
in ‘C’ and then follow the example. The system calls themselves
may be in DLL’s and subject to dynamic change from version to
version.


Previously, Robert Quin wrote in qdn.public.qnx4.devtools:
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?



\

Mitchell Schoenbrun --------- > maschoen@pobox.com