Changeset 939
- Timestamp:
- Jun 16, 2012 3:00:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/src/specdomain/test/cdef-examples.mac
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r934 r939 1 """ 2 .. $Id$ 3 4 Examples of SPEC cdef macros 5 ============================== 6 7 These examples of SPEC cdef macros were extracted from the 8 SPECD ``*.mac`` files. 9 The items were obtained via grep, and then cleaned up in an 10 editor, then sorted, with redundancies removed. 11 """ 1 12 2 13 cdef("cleanup_once", "", "ct", "delete") … … 33 44 cdef("user_scan_tail") 34 45 cdef("user_waitmove","\nwait(1);\n","waitmove_hack","0x20") 46 47 """ end of $Id$ """
Note: See TracChangeset
for help on using the changeset viewer.