I have been working with assembly (TASM32) for a few months now and have ran into a problem which I cannot fix. Here's a working example written in C++ which needs to be converted to assembly.
#include <windows.h>
int main(){
char *name_list[5] = {"Micheal", "Stefan", "Judy", "William"...