Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 500 Bytes

File metadata and controls

25 lines (18 loc) · 500 Bytes

x86 ASM Windows-API examples

  • beep-abc
  • msgbox
  • write-console

  • using custom .devcontainer that includes:
    • [hexdump](from bsdmainutils package)
    • nasm
    • mingw-w64 for Windows API files like utilapiset.h
  • run on cmd.exe

Usage:

make build

# run [works in wsl too]
./build/beep-abc.exe