Search:

Type: Posts; User: RagingOrc

Search: Search took 0.00 seconds.

  1. An example of a command parsed could be ldc 5...

    An example of a command parsed could be

    ldc 5

    a more complicated command could be something like...

    Load Accum: ldc 5 ; a label and an instruction

    The first part being the label, the...
  2. Indeed, i would prerably like to add comments as...

    Indeed, i would prerably like to add comments as they are seen in code everyday so it seems logical to include them. I'll also be using multiple lines just to clarify if that wasn't obvious.

    So is...
  3. How to separate a string which contains white space for different instructions

    Hey ppl,

    So i'm playing around with C and I fancied creating an assembler as a little side project.

    I'm going to pull in text, in machine simple format from files in the directory. I want to...
Results 1 to 3 of 3