OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [sw/] [zasm/] - Rev 16

Rev

Go to most recent revision | Changes | View Log | RSS feed

Last modification

  • Rev 16 2015-08-14 18:21:23 GMT
  • Author: dgisselq
  • Log message:
    The assembler now supports:
    1. Multiple data elements on a line. These are lines like:
    WORD 5,8,4,1
    which place the words 5, 8, 4, and 1 directly into the object code to be
    referenced as data. Prior to this release, these lines would assemble
    properly but only place '5' as a data element into the object code.

    2. The '-E' preprocessor only directive is now supported to produce output
    from the preprocessor and see what is (or is not) happening there.

    3. The preprocessor now validly places "#line" comments into the file, which
    the assembler picks up and uses in it's error codes. These help identify
    where errors took place.

    4. Zasm now looks for the preprocessor (zpp) in the same directory zasm was
    run from, using the same directory prefix as zasm, whenever zasm is given such
    a directory prefix.

    And ... perhaps other things I've forgotten about.
Path Last modification Log RSS feed
[FOLDER] zipcpu/ 16  3139d 09h dgisselq View Log RSS feed
[NODE][FOLDER] branches/ 1  3158d 11h root View Log RSS feed
[NODE][FOLDER] tags/ 1  3158d 11h root View Log RSS feed
[NODE][FOLDER] trunk/ 16  3139d 09h dgisselq View Log RSS feed
[NODE][NODE][FOLDER] bench/ 12  3156d 07h dgisselq View Log RSS feed
[NODE][NODE][FOLDER] doc/ 10  3157d 05h dgisselq View Log RSS feed
[NODE][NODE][FOLDER] rtl/ 15  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][FOLDER] sw/ 16  3139d 09h dgisselq View Log RSS feed
[NODE][NODE][NODE][FOLDER] zasm/ 16  3139d 09h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FOLDER] obj-pc/ 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] asmdata.cpp 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][H-FILE] asmdata.h 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] Makefile 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] optest.cpp 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] sys.i 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] tags 2  3158d 06h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][S-FILE] test.S 16  3139d 09h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] twoc.cpp 2  3158d 06h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][H-FILE] twoc.h 2  3158d 06h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] zasm.l 16  3139d 09h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] zasm.y 16  3139d 09h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] zdump.cpp 12  3156d 07h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] zopcodes.cpp 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][H-FILE] zopcodes.h 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] zparser.cpp 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][H-FILE] zparser.h 13  3141d 16h dgisselq View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] zpp.l 16  3139d 09h dgisselq View Log RSS feed

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.