| Name | Description | Source |
|---|---|---|
| LinkedList2 | The same program as Linked, splitted to several files. Demonstrates multi-module program using the EXTERN/PUBLIC directives. | main.asm, insert.asm, min.asm, Strcmp.asm, do.bat, dos.bat . |
| DoublyLinked | A program demonstrating removing element from a doubly linked list. Multi-module program using the PROC/ENDP directives. | main.asm, Doubly.inc, Remove.asm, do.bat, dos.bat . |
| Average | Program calculating average of grades stored in vector consisting of structures. | main.asm, insert.asm, average.asm, rec.inc, do.bat, dos.bat. |