Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!psuvax1!psuvm!blekul11!ghgaeem From: GHGAEEM@cc1.kuleuven.ac.be Newsgroups: comp.sys.amiga.programmer Subject: Re:Assembly lang help Message-ID: <91038.170132GHGAEEM@cc1.kuleuven.ac.be> Date: 7 Feb 91 17:00:32 GMT Organization: K.U.Leuven - Academic Computing Center Lines: 16 In the article "Assembly lang Help" asks what the purpose of the CNOP directive might be ... Since nobody seems to answer this programmer, I'll just have to do it. CNOP is used in a lot of assemblers to make your code align at a certain address. This means that a CNOP 4,0 will fill up bytes with the value 0 until it reaches an address that's dividable (sorry if this is not the right english word) by 4, i.e. long-aligned. Other assembler (like MasterSeka) use some other directives like EVEN (instead of CNOP 2,0) or ALIGN.x (to align with word or long addresses). I hope you've understood my little explenation, even though my english is not to good. Stay on programming for the Amiga. There's no other computer to do it on |