Path: utzoo!attcan!uunet!husc6!bloom-beacon!athena.mit.edu!tada From: tada@athena.mit.edu (Michael Zehr) Newsgroups: comp.os.vms Subject: merging assembly with high-level languauges Message-ID: <5433@bloom-beacon.MIT.EDU> Date: 18 May 88 19:46:58 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: tada@athena.mit.edu (Michael Zehr) Organization: Massachusetts Institute of Technology Lines: 13 I need some simple examples on how to combine assembly code with high level language source. For example, suppose i want to write some C code, but tweak the machine code it produces. I have a vague idea on how to proceed (compile the C source with the /machine option, then edit the listing to make the changes, then assemble the machine code, then link everything) but i need some examples to get me started. anyone out there have experience with this? thanks in advance. -michael j zehr