Lines Matching refs:comment
1 .macro comment text
4 comment "Can't rely on assembler comment character so do this."
10 comment "Declare a data variable"
17 comment "Declare a subroutine"
22 comment "End a subroutine"
26 comment "arch.inc is responsible for defining the following macros:"
27 comment "enter - subroutine prologue"
28 comment "leave - subroutine epilogue"
29 comment "call - call a named subroutine"
30 comment "several_nops - execute several (typically 4) nops"
31 comment "exit0 - exit (0)"
33 comment "arch.inc may also override the default definitions of:"
34 comment "datavar - define a data variable"
35 comment "declare - declare the start of a subroutine"
36 comment "end - end a subroutine"