Awais Mehnga Assembly Snippets README
Simple snippets for TASM assembly.
Features
Snippets included:
- Boiler Plate [amb]
- Variable [var]
- Array [array]
- Reading a character [cread]
- Printing a character [cprint]
- Printing a string [sprint]
- Loop [loop]
- Multiplication [multiply]
- Division [divide]
- Comparing [compare]
- New Line [newline]
- Multi Digit Input [Minput]
- Multi Digit Output [Moutput]
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.1
1.0.4
added multi digit input output
| |