POOKECODE and PEEKCODE


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Question Strange, you said strange ???

    Hi, MINHLE

    1) address = $11 ; storage data location beginning here
    pokecode @address, $55,$2A

    Very Strange ... as the table might be located at the program END ( see manual ... ) you are right into the PBP "macro" 's locations !!!

    2) Those commands did not ever exist ... which version of PBP do you work with ???

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  2. #2
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default

    Hello,
    the manuel said place the pokecoke after the END "FOR THE REASON OF INTERRUPTION OF FLOWING PROGRAM".

    anyway, the PBP does not recognize the functions PEEKCODE and POKECODE. then issue the compile error

    whatever wrong with the code, the keywords should be in upper and bold automatically, similiar to other keywords or functions

    in this case i assume there are no such FUNCTIONS IN THE PBP COMPILER.

    THANKS FOR YOUR ATTENTION,
    i keep looking for answer

    p/s the version i do is 3.0.0.5
    regards
    Last edited by MINHLE; - 7th December 2009 at 16:00. Reason: add answer:

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Question

    Question 2 was ...

    2) Those commands did not ever exist ... which version of PBP do you work with ???
    ...

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  4. #4
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default

    hello Alain,

    in the PBP the version is 3.0.0.5. (melab programmer and Picbasic pro compiler)
    and also in the manuel book mentions to those commands.


    thanks Alian,

    regards,

  5. #5
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink

    ... soo simple

    Pokecode DO NOT accept a variable as address ...

    Obvious !

    Once corrected ... compiles fine.

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  6. #6
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default

    thanks ,
    i try it

    regards,

  7. #7
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default

    Hello agian Alian,

    if POKECODE does not accept address avariable it becomes POKE.

    in the case, i store serveral data in the POKECODE function.
    i try it but only the datum stored at the specific location is shown up i.e at the location $11 that is $55;

    i.e. i can write: POKE $11, $55, $2A

    The output is only $55 (after compile)
    but if i wrire

    POKECODE $55, $2A ( location address is empty or a constant)

    PEEKCODE ??? , OUT_STORAGE ( ??? Mean which address: the first datum is retrieved only, that is $55

    and in case i would jump to the second location to pick up the datum (i.e. $2A) of that location how can I do?

    I believe i do not have those functions?

    thanks
    regards,

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts