System32 Function 30 (1Eh) - Compare Strings
| Description |
| A special lazy programmer service |
| Input |
AL |
30d (1Eh) |
|---|---|
ESI |
Offset to String 1 |
EDI |
Offset to String 2 |
| Output |
AL |
0 if Equal, >0 otherwise. |
|---|
| Errorcodes |
None |
None |
|---|
| Notes |
| Scans the string until their zero-terminate character |
| Development Status |
| (Didn't test it...) |