aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/bl.asm
blob: cf242daeffc9afbccd34833e144809a9701d5ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; ( -- 32 ) 
; Character IO
; put ascii code of the blank to the stack

.if cpu_msp430==1
    HEADER(XT_BL,2,"bl",DOCON)
.endif

.if cpu_avr8==1
VE_BL:
    .dw $ff02
    .db "bl"
    .dw VE_HEAD
    .set VE_HEAD = VE_BL
XT_BL:
    .dw PFA_DOVARIABLE
PFA_BL:
.endif
    .dw 32