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