Am 27.08.2002 07:00:54, schrieb "Garst R. Reese" <[email protected]>: >Never mind, I found it >http://www.codelearn.com/cpp/gcc/
i'ts even likely that these docs are on your harddisk ;-) on linux and cygwin type "info gas" then you can naviagte with "tab" and "enter" to "Pseudo Ops"->"Comm" chris >> .data >> .comm rxdata,1,1 ;char var >> .comm rxshift,1,1 ;char var >> .comm rxbit,2,2 ;short var, aligned >> >> I can't find a reference to meaning .comm in the assembler directives in >> as_4.pdf. >> Which FM should I be R'ing?
