mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-01 19:49:57 +00:00
commit
a9a1c79ae0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -28,5 +28,5 @@ here dup origin!
|
|||||||
$100 allot
|
$100 allot
|
||||||
|
|
||||||
Create logo
|
Create logo
|
||||||
(C16+ ," volksFORTH-83 3.9.4-C16+ " )
|
(C16+ ," volksFORTH-83 3.9.5-C16+ " )
|
||||||
(C16- ," volksFORTH-83 3.9.4-C16- " )
|
(C16- ," volksFORTH-83 3.9.5-C16- " )
|
||||||
|
@ -28,4 +28,4 @@ here dup origin!
|
|||||||
$100 allot
|
$100 allot
|
||||||
|
|
||||||
Create logo
|
Create logo
|
||||||
," volksFORTH-83 3.9.4-C64 "
|
," volksFORTH-83 3.9.5-C64 "
|
||||||
|
@ -27,4 +27,4 @@ here dup origin!
|
|||||||
$100 allot
|
$100 allot
|
||||||
|
|
||||||
Create logo
|
Create logo
|
||||||
," volksFORTH-83 3.9.4-X16 "
|
," volksFORTH-83 3.9.5-X16 "
|
||||||
|
@ -7,11 +7,10 @@ include vf-lbls-cbm.fth
|
|||||||
|
|
||||||
0ffd2 >label ConOut
|
0ffd2 >label ConOut
|
||||||
0febd >label KbdbufPeek
|
0febd >label KbdbufPeek
|
||||||
0289 >label IOStatus
|
0287 >label IOStatus
|
||||||
028c >label MsgFlg
|
028d >label MsgFlg
|
||||||
09f2c >label BrdCol
|
09f2c >label BrdCol
|
||||||
0266 >label BkgCol
|
0376 >label BkgPenCol
|
||||||
0284 >label PenCol
|
|
||||||
0381 >label CurFlg \ aka qtsw
|
0381 >label CurFlg \ aka qtsw
|
||||||
0385 >label InsCnt \ aka insrt
|
0385 >label InsCnt \ aka insrt
|
||||||
|
|
||||||
@ -96,8 +95,9 @@ Label first-init
|
|||||||
RomBank lda $f8 # and RomBank sta \ map in KERNAL ROM
|
RomBank lda $f8 # and RomBank sta \ map in KERNAL ROM
|
||||||
IOINIT jsr CINT jsr RESTOR jsr \ init. and set I/O-Vectors
|
IOINIT jsr CINT jsr RESTOR jsr \ init. and set I/O-Vectors
|
||||||
ink-pot lda BrdCol sta \ border
|
ink-pot lda BrdCol sta \ border
|
||||||
ink-pot 1+ lda BkgCol sta \ backgrnd
|
ink-pot 1+ lda
|
||||||
ink-pot 2+ lda PenCol sta \ pen
|
.a asl .a asl .a asl .a asl \ backgrnd
|
||||||
|
ink-pot 2+ ora BkgPenCol sta \ pen
|
||||||
$0e # lda ConOut jsr \ lower/uppercase
|
$0e # lda ConOut jsr \ lower/uppercase
|
||||||
cli rts end-code
|
cli rts end-code
|
||||||
first-init dup bootsystem 1+ !
|
first-init dup bootsystem 1+ !
|
||||||
|
Loading…
Reference in New Issue
Block a user