SMB (set memory bit) (65C02 processor only)Tags: none
SMB
Description:
Sets the bit with the specified number in the cell/register on the null page. The bit numbers after the '#' character can range from 0 to 7.
Example:
SMB #7,$FE ; setting bit No. 7 in cell $FE
SMB #0,Port