A collection of programs written in x86 assembly for Intel 8086. Tested in DOSBOX.
An EXE type program to split students to 4 groups with respect to their student IDs, according to the following: 1st group: Last digit is odd and the sum of the last 3 digits is even 2nd group: Last digit is odd and the sum of the last 3 digits is odd 3rd group: Last digit is even and the sum of the last 3 digits is even 4th group: Last digit is even and the sum of the last 3 digits is odd
An EXE type program that calculates the nth term of the Newman-Conway Sequence.