2015-10-12 12:40:12 +00:00
|
|
|
;
|
|
|
|
; Groepaz/Hitmen, 12.10.2015
|
|
|
|
;
|
|
|
|
; import/overload stubs for the soft80 implementation
|
2015-09-27 16:12:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
; soft80_cgetc.s
|
|
|
|
.import soft80_cgetc
|
|
|
|
.export _cgetc := soft80_cgetc
|
|
|
|
|
|
|
|
; soft80_chline.s
|
|
|
|
.import soft80_chlinexy
|
|
|
|
.import soft80_chline
|
|
|
|
.export _chlinexy := soft80_chlinexy
|
|
|
|
.export _chline := soft80_chline
|
|
|
|
|
|
|
|
; soft80_color.s
|
|
|
|
.import soft80_textcolor
|
|
|
|
.import soft80_bgcolor
|
|
|
|
.export _textcolor := soft80_textcolor
|
|
|
|
.export _bgcolor := soft80_bgcolor
|
2015-10-12 13:18:36 +00:00
|
|
|
|
|
|
|
; soft80_bordercolor.s
|
|
|
|
.import soft80_bordercolor
|
2015-09-27 16:12:25 +00:00
|
|
|
.export _bordercolor := soft80_bordercolor
|
|
|
|
|
|
|
|
; soft80_cputc.s
|
|
|
|
.import soft80_cputc
|
|
|
|
.import soft80_cputcxy
|
|
|
|
.import soft80_cputdirect
|
|
|
|
.import soft80_putchar
|
|
|
|
.import soft80_newline
|
|
|
|
.import soft80_plot
|
|
|
|
.export _cputc := soft80_cputc
|
|
|
|
.export _cputcxy := soft80_cputcxy
|
|
|
|
.export cputdirect := soft80_cputdirect
|
|
|
|
.export putchar := soft80_putchar
|
|
|
|
.export newline := soft80_newline
|
|
|
|
.export plot := soft80_plot
|
|
|
|
|
|
|
|
; soft80_cvline.s
|
|
|
|
.import soft80_cvlinexy
|
|
|
|
.import soft80_cvline
|
|
|
|
.export _cvlinexy := soft80_cvlinexy
|
|
|
|
.export _cvline := soft80_cvline
|
|
|
|
|
|
|
|
; soft80_kclrscr.s
|
|
|
|
.import soft80_kclrscr
|
|
|
|
.export _clrscr := soft80_kclrscr
|
|
|
|
.export CLRSCR := soft80_kclrscr
|
|
|
|
|
|
|
|
; soft80_kplot.s
|
|
|
|
.import soft80_kplot
|
|
|
|
.export PLOT := soft80_kplot
|
|
|
|
|
|
|
|
; soft80_kscreen.s
|
2015-10-01 13:03:11 +00:00
|
|
|
.import soft80_screensize
|
|
|
|
.export screensize := soft80_screensize
|
2015-09-27 16:12:25 +00:00
|
|
|
|