Implement the following pseudocode in assembly language: If (EBX > ECX and EBX > EDX) or (EDX > EAX) then X = 1 else X = 2.

a) Assembly code
b) Python code
c) Java code
d) C++ code