cpu-f-bitor= ( value cpu -- )


Vocabulary
cpu.8080.emulator

Definition
USING: accessors kernel math ;

IN: cpu.8080.emulator

: cpu-f-bitor= ( value cpu -- ) [ f>> bitor ] keep f<< ;