1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
mrdudz f8f901b05e remove dangling spaces 2022-04-17 16:06:22 +02:00
Jeff Tranter 2bf8be5b3b Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
jede 02e52fe24d Fix many bugs 2021-03-01 22:33:12 +01:00
jede 0fe98a7ca8 Fix bgcolor and textcolor must return last color, jmp remove. 2019-07-21 14:11:51 -04:00
jede f9e13abc11 jmp instead of jsr 2019-07-21 14:11:51 -04:00
jede ede64f68a9 Fix bug with bgcolor and textcolor 2019-07-21 14:11:51 -04:00
jede 6f7f6b5119 Fix label, optimize code 2019-07-21 14:11:51 -04:00
jede a0a6537bda Fix typo and optimize 2019-07-21 14:11:51 -04:00
jede 28eba8bff9 fix import 2019-07-21 14:11:51 -04:00
jede 7767a0e88e fix typo 2019-07-21 14:11:51 -04:00
jede 7f9e73a1ce Add textcolor and bgcolor.s 2019-07-21 14:11:51 -04:00
jede 14ac1a7ff6 Fix bug : gotoxy does not working because Y does not update the adress on the screen 2019-07-21 14:11:51 -04:00
Greg King 30f941ba39 Added a missing label to some conio cursor movement functions.
It had prevented other functions, e.g. cputs(), from being linked into a program.
2017-06-15 16:44:46 -04:00
jede b0e035ba2b Cleaning 2017-02-25 22:23:46 +01:00
jede 7bc3bff83f adding gotox.s gotoy.s wherex.s wherey.s 2017-02-25 22:20:17 +01:00
jede 1497330cc0 adding clrscr.s 2017-02-25 22:10:13 +01:00
jede f6002a149c adding gotoxy.s 2017-02-25 21:32:06 +01:00