RosettaCodeData/Task/Include-a-file/Z80-Assembly/include-a-file-1.z80

6 lines
63 B
Z80 Assembly
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
org &1000
include "\source\mathLibrary.asm"
main:
ld a,&42
ret