Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 2.28 KB

README.md

File metadata and controls

68 lines (55 loc) · 2.28 KB

8086-ASM

Codes,offlines and onlines using 8086 assembly programming.

How to run

  • Install EMU8086 .
  • Open any .asm file using the emulator and run.

Navigation


Template

Template which I used for problem solving : template


Practice

  1. upper_to_lower
  2. helloworld
  3. two_sum_single_bit_numbers
  4. lower_to_upper
  5. print_all_ascii
  6. num_of_bits
  7. largest_smallest_capital
  8. add_10_num
  9. demo_multiply
  10. demo_array
  11. flag_sim
  12. flag_push_pop

Offlines


Onlines