ccz80

Would you like to react to this message? Create an account in a few clicks or log in to continue.
ccz80

ccz80 programming language


2 posters

    compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    avatar
    funkheld


    Posts : 51
    Join date : 2009-12-16
    Age : 75
    Location : germany, lüneburg

    compilererror in "__gra_default:   equ #BD43",   from cpc6128.ccz80 Empty compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    Post  funkheld Mon Feb 07, 2011 3:26 am

    __gra_default error.....
    __gra_set_back error.....
    __.......
    __.......

    function does not exist in the cpc6128.ccz80
    from 03.02.2011

    gruss
    avatar
    Dinoneno


    Posts : 115
    Join date : 2008-01-15
    Age : 53
    Location : Toledo

    compilererror in "__gra_default:   equ #BD43",   from cpc6128.ccz80 Empty Re: compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    Post  Dinoneno Mon Feb 07, 2011 7:28 am

    Sorry, I do not understand the problem, try to reproduce the error but I can not. Can you specify what you were doing when the error occurs? Thanks.
    avatar
    funkheld


    Posts : 51
    Join date : 2009-12-16
    Age : 75
    Location : germany, lüneburg

    compilererror in "__gra_default:   equ #BD43",   from cpc6128.ccz80 Empty Re: compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    Post  funkheld Mon Feb 07, 2011 7:18 pm

    with include "cpc6128.ccz80"; is the compiler error : equ #BD43...
    with include "cpc464.ccz80"; is this ok.

    gruss


    Code:

    include "cpc6128.ccz80";

    array byte gradf[5];
    array byte wertf[5];
    word i,zaehler;
    byte a;

    zaehler=360;
    deg();

    atof(wertf,"170.0");

    mode(2);

    for (i = 0; i <= zaehler; i=i+5)
    {
    move(320,200); 
    drawr(ftow(mul(sin(wtof(gradf,i)),wertf)),ftow(mul(cos(wtof(gradf,i)),wertf)));
    }

    clearinput();
    while(!(a=inkey()));

    return;
    avatar
    Dinoneno


    Posts : 115
    Join date : 2008-01-15
    Age : 53
    Location : Toledo

    compilererror in "__gra_default:   equ #BD43",   from cpc6128.ccz80 Empty Re: compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    Post  Dinoneno Wed Feb 09, 2011 7:31 pm

    There was an error in assembly code format. Is already fixed in the newest version now available for download. Sorry for this bug.
    avatar
    funkheld


    Posts : 51
    Join date : 2009-12-16
    Age : 75
    Location : germany, lüneburg

    compilererror in "__gra_default:   equ #BD43",   from cpc6128.ccz80 Empty Re: compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    Post  funkheld Wed Feb 09, 2011 8:00 pm

    jup, thanks, it's ok.

    gruss

    Sponsored content


    compilererror in "__gra_default:   equ #BD43",   from cpc6128.ccz80 Empty Re: compilererror in "__gra_default: equ #BD43", from cpc6128.ccz80

    Post  Sponsored content


      Current date/time is Sat Apr 27, 2024 4:20 pm