X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;h=d849b000c4b416b82d08a24e5cf4a0448c9260f7;hp=e851408994f8ad788fb7539a1d9e00f4696c0cb4;hb=3f2bccb78ab4cd59654d521c8aedfe5512ee6608;hpb=d95ee7f628ceac9af515079fb6797476557a23d2 diff --git a/procln.c b/procln.c index e851408..d849b00 100644 --- a/procln.c +++ b/procln.c @@ -94,7 +94,7 @@ int HandleLabel(char *, int); // -// Initialize Line Processor +// Initialize line processor // void InitLineProcessor(void) { @@ -106,7 +106,7 @@ void InitLineProcessor(void) // -// Line Processor +// Line processor // void Assemble(void) { @@ -728,7 +728,7 @@ int HandleLabel(char * label, int labelType) // -// .if, Start Conditional Assembly +// .if, Start conditional assembly // int d_if(void) { @@ -763,7 +763,7 @@ int d_if(void) // -// .else, Do Alternate Case For .if +// .else, Do alternate case for .if // int d_else(void) {