add asm.json snippets
This commit is contained in:
parent
3684037173
commit
b142957ea9
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"boilerplate": {
|
||||||
|
"prefix": "boilerplate",
|
||||||
|
"body": [
|
||||||
|
"\n.model small",
|
||||||
|
"\n.data",
|
||||||
|
"\n.code",
|
||||||
|
"\tmov ax, @data",
|
||||||
|
"\tmov ds, ax",
|
||||||
|
"\n\n\tmov ah, 4ch",
|
||||||
|
"\tint 21h",
|
||||||
|
"\tends",
|
||||||
|
"end"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue