aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/less-sharp.asm
blob: 122c2460d9af5400864d6f8198397f48af859004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; ( -- ) 
; Numeric IO
; initialize the pictured numeric output conversion process

.if cpu_msp430==1
    HEADER(XT_L_SHARP,2,"<#",DOCOLON)
.endif

.if cpu_avr8==1
VE_L_SHARP:
    .dw $ff02
    .db "<#"
    .dw VE_HEAD
    .set VE_HEAD = VE_L_SHARP
XT_L_SHARP:
    .dw DO_COLON
PFA_L_SHARP:
.endif
    .dw XT_PAD
    .dw XT_HLD
    .dw XT_STORE
    .dw XT_EXIT