RMB (reset memory bit) (65C02 processor only)Tags: none

Description:

Deletes the bit with the specified number in the cell/register on the zero page. The bit numbers after the '#' character can range from 0 to 7.

Example:

    RMB #7,$FE;    erasing bit 7 in cell $FE
    RMB #0,Port