comparison level1/cmds/dw.as @ 2787:28b6ec8a14d5 lwtools-port

Added 'extern' pragam, fixed up rules.mak, changed 'section text' to 'section code' in sources
author Boisy Pitre <boisy.pitre@nuance.com>
date Sun, 27 Jan 2013 07:54:07 -0600
parents 03f26e88b809
children 19517af71188
comparison
equal deleted inserted replaced
2785:2d45c7285ae4 2787:28b6ec8a14d5
26 outpath rmb 1 26 outpath rmb 1
27 numbyt rmb 1 27 numbyt rmb 1
28 die rmb 1 28 die rmb 1
29 endsect 29 endsect
30 30
31 section text 31 section code
32 * psect dw_a,$01,$80,1,200,start 32 * psect dw_a,$01,$80,1,200,start
33 33
34 * signal handling 34 * signal handling
35 icpt lda #1 35 icpt lda #1
36 sta die,u 36 sta die,u