add terminal byte
This commit is contained in:
parent
f768942015
commit
6b42100ab3
2 changed files with 6 additions and 3 deletions
|
|
@ -92,14 +92,16 @@
|
||||||
JMP2r
|
JMP2r
|
||||||
|
|
||||||
@write-drawing-file-to-disk
|
@write-drawing-file-to-disk
|
||||||
|
#ff
|
||||||
|
;pxs-pt LDA2 ( ff pt* )
|
||||||
|
#0001 ADD2 ( ff pt*+1 )
|
||||||
|
STA
|
||||||
;/filename .File/name DEO2
|
;/filename .File/name DEO2
|
||||||
#1556 .File/length DEO2
|
#1556 .File/length DEO2
|
||||||
;file-start .File/write DEO2
|
;file-start .File/write DEO2
|
||||||
JMP2r
|
JMP2r
|
||||||
&filename "drawing.1line $1
|
&filename "drawing.1line $1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@draw-cursor ( y x -- )
|
@draw-cursor ( y x -- )
|
||||||
( clear fg )
|
( clear fg )
|
||||||
LIT2 0000 .Screen/x DEO2
|
LIT2 0000 .Screen/x DEO2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
task: set terminal byte
|
task: render a larger canvas and a real size
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
DONE: include header in generated .1line file as spec in ./one_line_file_type_spec.ms
|
DONE: include header in generated .1line file as spec in ./one_line_file_type_spec.ms
|
||||||
DONE: shift pixel x,y to be zero based
|
DONE: shift pixel x,y to be zero based
|
||||||
|
DONE: set terminal byte
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue