Re: how to shift bits in memory

new topic     » goto parent     » topic index » view thread      » older message » newer message

would this shift 8 bits to the right? \ 256

  opcode = and_bits(instr,#F00) \256 

in c its esay to do

int value;

value = 4096>>8;

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu