Recent content by aeg

  1. A

    REV command

    According to the Picaxe Manual 2... ...to reverse the 8 bits of %10110000 (to %00001101) the command would be let b1 = %00001101 REV 8 In an attempt to form a better understanding of this I tried the following test program but a syntax error is reported on line 3 when I try to simulate it...
  2. A

    Storing a user defined PIN in a keypad lock

    One of my students is building an electronic lock that features a 4 x 3 matrix keypad, a PICAXE (of whatever type is needed) and a servo motor output. He would like be able to allow the user to redefine the 4-digit PIN without having to edit the program code each time and download it to the...
  3. A

    Is there a bug in the simulator?

    The PICAXE manual states that random numbers should always be stored in word variables and I have been following that advice, but since the simulator has been available in Programming Editor I have found the displayed numbers never go above 255. This is the program I use to test... start...
Top