Introduction - If you have any usage issues, please Google them yourself
Simple operation and delay
[Objective] to be familiar with the operation of TASM and TLINK, and to write complete program with simple instruction and pseudo instruction, and debug through.
[design requirements]
1. in the data segment to establish the NUMB as the first site, byte as the unit of data region, NUMB and NUMB+1 units are 36H and 18H, and then write.EXE program, seeking the difference between the two numbers and quotient.
2. compile a complete.EXE delay program with NOP instruction, cycle 40000 times.
3. observe changes in registers, memory cells, and FLAGS.