An ASCII Art animation program working with FFmpeg and Qt. Some code is written in assembly.
-
Updated
Jan 7, 2022 - C
An ASCII Art animation program working with FFmpeg and Qt. Some code is written in assembly.
very simple masm64 example to demonstrate how to compile MASM 64 bit using NMake/CMake
Proof-of-concept FTP keylogger (updated in 2020) that I wrote during my free time. Written in x86-64 assembly language. Use for educational purposes only, and at your own risk!
A stand-alone splash screen written in MASM x86, MASM x64, and C++
Contains source codes for MASM 8086 assembler.
Custom MASM64 SDK (created in 2015) that I put together for my personal assembly language projects. Includes the MASM64 assembler.
This project aims to develop a basic version of cannon war game. On the gaming console, robots and cannons will fight against each other. Gamer also visualizes the destruction with an associated sound. The gamer will control the robot (through mouse and keyboard) for self-defense (fire-back/ escape). Cannons will be moving at pace. Game progress…
Collection of assembly (MASM x64) short programs demonstrating specific assembly techniques.
Various files written in Microsoft Assembly, mainly for learning and testing purposes.
This repository contains a large number of assembly programmes that I created throughout my Bachelor's semester. There are also readme files connected to each lab that explain which lab contains which questions. Enjoy learning and give the repository a like if it helped you with coding.
GDI sort Visualization
⚒️ Brick breaker game using MASM-615 64 bits. Co-author: @minahil rashid
This template is designed for creating x64 assembly projects using the MASM assembler in Visual Studio Code. With it you can write, build, and execute your ASM code all within the editor. It also includes support for unparalleled syntax highlighting and debugging with breakpoints.
This code displays float in decimal notaion. One of the problems of 8086 masm assembly is that, the call writefloat function only displays in the scientific/exponential notation. Here I have written a code which can display float values upto three decimal places
Add a description, image, and links to the masm64 topic page so that developers can more easily learn about it.
To associate your repository with the masm64 topic, visit your repo's landing page and select "manage topics."