Use DOG function `AX=0202h` to get a pointer to the alias segment, and parse it for a command match. Borrow code from [src/alse.c](../blob/main/dog/src/alse.c) mainly `getalias()` and `getudata()`
Use DOG function
AX=0202hto get a pointer to the alias segment, and parse it for a command match.Borrow code from src/alse.c mainly
getalias()andgetudata()