This repository contains an assembly implementation that uses the Windows API to create a file and write data into it.
Just change the filename veriable and compile the project using Vistual Studio
CreateFile for file creation
WriteFile for writing data
CloseHandle for closing the file
This is only for practise purposes :)