Sample code for Borland Turbo Assembler (TASM)
- Assembly 62.2%
- Pascal 21%
- Makefile 16.8%
| .gitignore | ||
| DISPLAY.ASM | ||
| HEX.ASM | ||
| HEX.PAS | ||
| Makefile | ||
| PINTEROP.PAS | ||
| PSTUB.ASM | ||
| PUTHEX.ASM | ||
| PUTHEXS.ASM | ||
| README.md | ||
| SUM.ASM | ||
| SUMC.ASM | ||
| SUME.ASM | ||
| UINTEROP.PAS | ||
| USTUB.ASM | ||
| USTUB.PAS | ||
Assembly programming in DOSBox
Turbo Assembler 1 samples
SUM.ASMprints the sum of the first 200 natural numbers to screen memory.DISPLAY.ASMprovides a procedure that prints any number.SUMC.ASMusesDISPLAY.ASMin a COM executable.SUME.ASMusesDISPLAY.ASMin an EXE executable.
Turbo Pascal 4 samples
PINTEROP.PASusesDISPLAY.ASMthroughPSTUB.ASM.UINTEROP.PASusesDISPLAY.ASMthroughUSTUB.PASandUSTUB.ASM(wrapped in a unit).
SBOM
DOSBox version 0.74-3 Copyright 2002-2019 DOSBox Team, published under GNU GPL.
Turbo Assembler Version 1.0 Copyright (c) 1988 by Borland International
Turbo Link Version 2.0 Copyright (c) 1987, 1988 Borland International
MAKE Version 2.0 Copyright (c) 1987, 1988 Borland International
Turbo Pascal Version 4.0 Copyright (c) 1987 Borland International