Introduction - If you have any usage issues, please Google them yourself
Using assembly language to achieve a simple Goldbach conjecture verification code, simplified Goldbach conjecture: Any even number greater than 6 are can be expressed as the sum of two primes. Now from the keyboard to enter a 0 to 65535 unsigned integer test certificate Goldbach conjecture. If the input number 12, output: 12 = 5+7 number 20 as input, output: 20 = 3+17 20 = 7+13 number seven as input and output: Must be even number 3 as input and output: Must be greater than or equal to 6