5 lines
54 B
Z80 Assembly
5 lines
54 B
Z80 Assembly
if (x == 20)
|
|
{
|
|
DoSomething();
|
|
}
|
|
// rest of program
|