Skip to content

Various files written in Microsoft Assembly, mainly for learning and testing purposes.

License

Notifications You must be signed in to change notification settings

SilMon/MASM_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

MASM_Examples

Various files written in Microsoft Assembler, mainly for learning and testing purposes. Most files will be heavily commented to help with understanding.

Programs

General

This section contains general purpose programs like I/O or reading/writing files

  • Hello World: Standard Hello World program that prints to the console using the win32 API
  • ProcedureDefinitionAndUsage: Example program to illustrate the usage of procedures and how to call them
  • Input_Output_Example: Program showcasing how to read from and write to the console using C functions
  • While_Loop_Example: Program to show the usage of labels and jump and compare instructions to create a while loop

Recommended Books:

About

Various files written in Microsoft Assembly, mainly for learning and testing purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published