SCM Repository
[smlnj] Diff of /sml/trunk/src/MLRISC/Tools/MDL/mdl-gen-asm.sml
Diff of /sml/trunk/src/MLRISC/Tools/MDL/mdl-gen-asm.sml
Parent Directory
|
Revision Log
|
Patch
208 |
" fun emit_const c = emit(Constant.toString c)", |
" fun emit_const c = emit(Constant.toString c)", |
209 |
" fun emit_int i = emit(ms i)", |
" fun emit_int i = emit(ms i)", |
210 |
" fun paren f = (emit \"(\"; f(); emit \")\")", |
" fun paren f = (emit \"(\"; f(); emit \")\")", |
211 |
" fun defineLabel lab = emit(P.Client.AsmPseudoOps.defineLabel lab^\":\\n\")", |
" fun defineLabel lab = emit(P.Client.AsmPseudoOps.defineLabel lab^\"\\n\")", |
212 |
" fun entryLabel lab = defineLabel lab", |
" fun entryLabel lab = defineLabel lab", |
213 |
" fun comment msg = (tab(); emit(\"/* \" ^ msg ^ \" */\\n\"))", |
" fun comment msg = (tab(); emit(\"/* \" ^ msg ^ \" */\\n\"))", |
214 |
" fun annotation a = (comment(Annotations.toString a); nl())", |
" fun annotation a = (comment(Annotations.toString a); nl())", |
|
Legend:
Removed from v.1016 |
|
changed lines |
|
Added in v.1017 |
|
|