figForth Word - OR
Some parts of this page/site are currently incomplete & will be updated asap
Other parts will change continually so use “Refresh” in your browser !!
There is extensive use of “Tooltips” text to support learning which do
not seem to render on a Smartphone
OR n1 n2 – or L0 Leave the bit-wise logical or of two l6 bit values
NFA: 002458 82 DB 82H
002459 4F DB "O"
00245A D2 DB 'R'+80H
LFA: 00245B 4524 DW ANDD-6
CFA: 00245D 5F24 ORR: DW $+2
PFA: 00245F D1 POP DE
002460 E1 POP HL
002461 7B LD A,E
002462 B5 OR L
002463 6F LD L,A
002464 7A LD A,D
002465 B4 OR H
002466 67 LD H,A
002467 C3 E1 20 JP HPUSH