I see this about everywhere in PICAXE codes.
b1= %00110000
what does the percent and all the numbers mean?
0 0 1 1 0 0 0 0
0 0 32 16 0 0 0 0
32 + 16 = 48
48
All this info is in the manuals, only in more detail, so I suggest you make them your first port of call.The % symbol indicates that the number following is a binary value, and the numbers are the binary value itself.
Search page
@ Thu, 2010-04-22 19:17
0 0 1 1 0 0 0 00 0 32
0 0 1 1 0 0 0 0
0 0 32 16 0 0 0 0
32 + 16 = 48
@ Thu, 2010-04-22 05:53
48
48
@ Thu, 2010-04-22 05:11
All this info is in the
All this info is in the manuals, only in more detail, so I suggest you make them your first port of call.
The % symbol indicates that the number following is a binary value, and the numbers are the binary value itself.