figForth Word - XOR
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
XOR nl n2 — xor L1 Leave the bitwise logical exclusive or of two values
NFA: 00246A 83 DB 83H
00246B 584F DB "XO"
00246D D2 DB 'R'+80H
LFA: 00246E 5824 DW ORR-5
CFA: 002470 7224 XORR: DW $+2
PFA: 002472 D1 POP DE
002473 E1 POP HL
002474 7B LD A,E
002475 AD XOR L
002476 6F LD L,A
002477 7A LD A,D
002478 AC XOR H
002479 67 LD H,A
00247A C3 E1 20 JP HPUSH