https://github.com/danielcaz/vscode-tasm-snippets
Simple snippets for TASM assembly.
https://github.com/danielcaz/vscode-tasm-snippets
assembly assembly-8086 vscode-extension vscode-snippets
Last synced: 2 months ago
JSON representation
Simple snippets for TASM assembly.
- Host: GitHub
- URL: https://github.com/danielcaz/vscode-tasm-snippets
- Owner: DanielCaz
- License: mit
- Created: 2021-11-03T18:18:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T00:28:55.000Z (over 4 years ago)
- Last Synced: 2025-03-05T08:40:43.168Z (over 1 year ago)
- Topics: assembly, assembly-8086, vscode-extension, vscode-snippets
- Homepage: https://marketplace.visualstudio.com/items?itemName=DaniDanDev.assembly-8086-snippets
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Assembly 8086 Snippets README
Simple snippets for TASM assembly.
## Features
Snippets included:
- Reading a character [cread]
- Printing a character [cprint]
- Printing a string [sprint]
- Loop [loop]
- Multiplication [multiply]
- Division [divide]
- Comparing [compare]
## Requirements
VS Code doesn't natively support TASM assembly so an extension with language support for TASM is required for VS Code to recongnize .asm files.
## Release Notes
### 1.0.3
- Fixed readme
### 1.0.2
- Updated snippets for dividing and multiplication
- Added snippet for comparing
### 1.0.1
- Fixed snippet for printing a string
### 1.0.0
- Initial release