started implementing decimal output

This commit is contained in:
Luxferre
2022-07-31 23:36:51 +03:00
parent cf6a6e4259
commit 948b81084a
3 changed files with 26 additions and 15 deletions
+4
View File
@@ -14,6 +14,8 @@ BRK
;print-dec JSR2 ( mv-x mv-y year-x year-y -- )
POP2 ( mv-x mv-y -- )
;moveme ;draw-str JSR2
( drawing static strings should always end with POP2 )
#02 #2b ;addr ;draw-str JSR2 POP2
SWP #20 SUB SWP ( restore x coord between frames )
;&adv KP-A JMPKEY
;&back KP-B JMPKEY
@@ -27,6 +29,8 @@ BRK
@moveme "MOVE 20 "ME! 00
@addr "SR.HT/~LUXFERRE/ESOP 00
( include ESOP stdlib routines )
~esop-lib-subs.tal