An open API service indexing awesome lists of open source software.

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.

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