home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
mac
/
0500
/
CCE_0502.ZIP
/
CCE_0502.PD
/
DSP_ASM
/
DEFS.INC
< prev
next >
Wrap
Text File
|
1992-11-14
|
546b
|
24 lines
; defs.inc
; Todd Day (todd@ivucsb.sba.ca.us)
; Wed Aug 2 23:43:22 PDT 1989
; miscellaneous definitions that I've found useful
; sometimes I use them in programs I write
; number of samples per second = 20 MHz / 512 (your value here)
numsamp equ 39062
; program starting point (we aren't using the host vectors - $40 if you do)
pgmram equ $0020
; beginning of internal data ram
intram equ $0000
; beginning of internal data rom
introm equ $0100
; beginning of external data ram
extram equ $0200
; end of external data ram
endram equ $ffbf