11 lines
99 B
Text
11 lines
99 B
Text
|
|
;main.asm
|
||
|
|
include "Subroutines.asm"
|
||
|
|
;eof
|
||
|
|
|
||
|
|
;Subroutines.asm
|
||
|
|
include "math.asm"
|
||
|
|
;eof
|
||
|
|
|
||
|
|
;math.asm
|
||
|
|
;eof
|