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