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

Subversion Repositories tv80

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /tv80/trunk/tests
    from Rev 89 to Rev 95
    Reverse comparison

Rev 89 → Rev 95

/hello.c
3,6 → 3,9
sfr at 0x81 msg_port;
sfr at 0x82 timeout_port;
 
void nmi_isr() {}
void isr() {}
 
void print (char *string)
{
char *iter;
/Makefile
20,9 → 20,14
%.o : %.asm
$(AS) -l -o $*.o $^
 
#hello.ihx : hello.c bintr_crt0.o
# $(CC) $^ --no-std-crt0 bintr_crt0.o
otir.ihx : otir.o
$(CC) --no-std-crt0 $^
 
%.ihx : %.o
#$(LD) $(LINK_OPTIONS) $(AS_LINK_OPTIONS) -i $* $^ -e
$(CC) $^ --no-std-crt0 bintr_crt0.o
$(CC) $^
 
bintr.ihx : bintr.c bintr_crt0.o
$(CC) --no-std-crt0 bintr.c bintr_crt0.o

powered by: WebSVN 2.1.0

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