Path: utzoo!attcan!uunet!snorkelwacker!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!pollux.usc.edu!kjh From: kjh@pollux.usc.edu (Kenneth J. Hendrickson) Newsgroups: comp.os.minix Subject: assembler syntax Message-ID: <26118@usc.edu> Date: 24 Jul 90 05:26:28 GMT Sender: news@usc.edu Organization: EE-Systems, USC, Los Angeles Lines: 20 I'm trying to modify some of the low level routines in the kernel, and I'm having trouble with the syntax of asld (because it's not the same as Microsoft MASM). Would somebody please post a document that details the syntax of this assembler? Thank you very much. More immediately, how do I do the following with asld (MASM syntax): mov dx,es:0x63 | this instruction should move the word | at address es:0063 into dx out dx,ax | this instruction should write the word | in ax to the port pointed at by dx Once again, _THIS_IS_MOST_IMPORTANT_!!!, please post a document that details the syntax of the asld assembler. (I wouldn't mind having asld source code, hint, hint.) Ken Hendrickson N8DGN/6 kjh@usc.edu ...!uunet!usc!pollux!kjh