Further PC Assembler Sample: Processing the Command Tail


As a further exercise in IBM PC Assembler programming, we examine a simple program to process the "command tail" as supplied by MS-DOS to all programs.
Although this example is artificially oversimplified compared to "real" applications, it demonstrates a number of methodologies including how to access data in an area not pointed to by the DS: register.


Reminder: The Command Tail




Accessing Data Using the ES: Register




The Sample Problem




Coding General Usage Routines




The entire sample program can be found at download site