This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|