Recent content by nsc

  1. N

    Assembly code microprocessor 8088 for seven segment LED

    thanks, now i get what u said about the loop and the decrement. but, i tried the code on the 8088 and i don't get why the delay seem to shorten instead. can you also show me how you would do the nested loops?
  2. N

    Assembly code microprocessor 8088 for seven segment LED

    thanks for all the replies, they helped me in writing the report...which i already passed up. anyway, i would still like to know how to do the code properly... i tried the looping, but 5 loops is needed for only a 1s delay. tested it and it worked. i want to know if there's any other way to do...
  3. N

    Assembly code microprocessor 8088 for seven segment LED

    the codes were originally given by the lab tutor for racing LED lights, and for the 7segment we only executed a binary code file. so the task is to create the assembly code for the 7-seg display i noticed something wrong with the comments too like "time delay" is on the wrong line... i don't...
  4. N

    Assembly code microprocessor 8088 for seven segment LED

    Homework Statement i've just started learning microprocessors, and we need to program the 7-segment LED to display numbers 0-9 in increments of 1 i'm trying to get a delay of 1second between each number (and i couldn't get it) e.g., number 1 displays for 1 second, then number 2 displays for...
Back
Top