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

Subversion Repositories c16

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /c16
    from Rev 32 to Rev 33
    Reverse comparison

Rev 32 → Rev 33

/trunk/asm/assembler.bison
1,9 → 1,9
 
%{
 
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
 
extern int yylex();
extern int yyparse();
/trunk/asm/assembler.flex
6,8 → 6,10
HX [0-9A-Fa-f]
 
%{
 
#include <assert.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
 
class Opcode;
class Operand;
/trunk/asm/Makefile
1,5 → 1,5
 
HDR := assembler_bison.cc.h Node.hh Backend.hh Name.hh
HDR := assembler_bison.hh Node.hh Backend.hh Name.hh
OBJ := assembler.o assembler_bison.o assembler_flex.o
 
all: test
25,10 → 25,10
assembler_bison.cc: assembler.bison
bison -d -v -o $@ $<
 
assembler_bison.cc.h: assembler.bison
assembler_bison.hh: assembler.bison
bison -d -v -o ansi_bison.cc $<
 
assembler_flex.cc: assembler.flex assembler_bison.cc.h
assembler_flex.cc: assembler.flex assembler_bison.hh
flex -o$@ $<
 
clean:
/trunk/asm/assembler.exe Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream

powered by: WebSVN 2.1.0

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