Skip to content

Commit

Permalink
✨ split codes about interaction with emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
xsro committed Dec 3, 2021
1 parent d3dc842 commit eac3343
Show file tree
Hide file tree
Showing 20 changed files with 671 additions and 991 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@
"@types/js-yaml": "^4.0.3",
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.x",
"node-fetch": "^2.x",
"@types/vscode": "^1.61.0",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
Expand All @@ -370,13 +369,15 @@
"js-yaml": "^4.0.0",
"jszip": "^3.7.1",
"mocha": "^9.1.3",
"node-fetch": "^2.x",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"vsce": "^1.100.2",
"vscode-test": "^1.4.1",
"vscode-uri": "^3.0.2",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
},
Expand All @@ -389,4 +390,4 @@
"email": "[email protected]"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion samples/multi/2.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include mac.inc
include multi\mac.inc
.model small
.stack 64
.data
Expand Down
Loading

0 comments on commit eac3343

Please sign in to comment.