Skip to content

Instantly share code, notes, and snippets.

View cyco130's full-sized avatar

Fatih Aygün cyco130

  • Reaktor
  • Lisbon
  • 22:11 (UTC +01:00)
  • X @cyco130
View GitHub Profile
@cyco130
cyco130 / dosver.asm
Last active September 6, 2022 17:05
TSR to report MSDOS version differently (8.0), in NASM syntax
bits 16
cpu 8086
org 0100h
section .data
SInstalled: db "DOSVER is allready installed.",0ah,0dh
section .text