6 lines
63 B
Z80 Assembly
6 lines
63 B
Z80 Assembly
|
|
org &1000
|
||
|
|
include "\source\mathLibrary.asm"
|
||
|
|
main:
|
||
|
|
ld a,&42
|
||
|
|
ret
|