Skip to content

Commit eac3343

Browse files
committed
✨ split codes about interaction with emulators
1 parent d3dc842 commit eac3343

File tree

20 files changed

+671
-991
lines changed

20 files changed

+671
-991
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@
355355
"@types/js-yaml": "^4.0.3",
356356
"@types/mocha": "^9.0.0",
357357
"@types/node-fetch": "^2.x",
358-
"node-fetch": "^2.x",
359358
"@types/vscode": "^1.61.0",
360359
"@types/webpack-env": "^1.16.2",
361360
"@typescript-eslint/eslint-plugin": "^5.2.0",
@@ -370,13 +369,15 @@
370369
"js-yaml": "^4.0.0",
371370
"jszip": "^3.7.1",
372371
"mocha": "^9.1.3",
372+
"node-fetch": "^2.x",
373373
"path-browserify": "^1.0.1",
374374
"process": "^0.11.10",
375375
"rimraf": "^3.0.2",
376376
"ts-loader": "^9.2.6",
377377
"typescript": "^4.4.4",
378378
"vsce": "^1.100.2",
379379
"vscode-test": "^1.4.1",
380+
"vscode-uri": "^3.0.2",
380381
"webpack": "^5.60.0",
381382
"webpack-cli": "^4.9.1"
382383
},
@@ -389,4 +390,4 @@
389390
"email": "xsro@foxmail.com"
390391
},
391392
"license": "MIT"
392-
}
393+
}

samples/multi/2.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include mac.inc
1+
include multi\mac.inc
22
.model small
33
.stack 64
44
.data

0 commit comments

Comments
 (0)