home *** CD-ROM | disk | FTP | other *** search
-
- The following is a list of all SYS, POKE and ESC commands
- that I have gathered and put together. The sources I used
- were all from other BBS users files which I have compiled
- into one list. Please let me know if there are any Listed
- commands which DO NOT work. Also if you know of anyothers
- that are not listed please include in some E-Mail to me.
-
- Ira Ashkenes
-
- GEnie I.D. IASHKENES
- QLINK I.D. IraA
- JAYRAYS CONNECTION I.D. JR139
-
-
-
- command function/action
- --------------------------------------------------------------------------------
- sys 65520,r,c,0 set/read cursor position (preface sys by read/set)
- sys 65408 kernal id byte (peek(65408))
- sys 65375 toggle between 40 & 80 column screen
- sys 65375 toggle 40/80 column
- sys 65366 software cold reset
- sys 65363 auto-boot disk
- sys 65357 go 64 with are you sure message
- sys 65354,a closes all files of device in 'a'
- sys 65341 machine reset
- sys 57416 go 64 without are you sure message
- sys 54784 vdc version (peek(54784)and7)
- sys 52689 reads vdc register
- sys 52684 writes to vdc register (value 'a' is written to x
- sys 52639 truns cursor off
- sys 52591 turns cursor on
- sys 52040 80 column screen normal
- sys 52031 invert 80 column screen
- sys 51966 enable underline cursor
- sys 51954 enable block cursor
- sys 51900 scroll up
- sys 51871 clears form cursor to screen end
- sys 51851 clears from start of line to cursor
- sys 51830 clears form curosr to line end
- sys 51794 clears current line
- sys 51748 clears all windows
- sys 51739 set window sys51739,toprow,topcol,botrow,botcol
- sys 51602 genterates tone always
- sys 51598 sounds bell if shift/c= not disabled
- sys 51372 enabels shift/c= switch
- sys 51366 disables shift/c= switch
- sys 51346 switch to upper case
- sys 51328 switch to lower case
- sys 51317 cursor left in window
- sys 51303 cursor up in window
- sys 51290 cursor down in window
- sys 51284 cursor right in window
- sys 51069 cancels quote & reverse mode
- sys 50341 clears line number in X register(sys50341,,x<0-12>
- sys 49488 basics' home cursor
- sys 49482 home window cursor
- sys 49474 basics' clr/home cursor
- sys 49164,char prints a character (ascii) i.e. 49164,<char>
- sys 49155,a,b prints a character to screen sys49155,char,color
- sys 49152 kernals warm start
- sys 44953 runs the basic program in memory
- sys 42977 Prints "are you sure" message
- sys 32800,123,45,6 Commodore Credits - most interesting of them all
- sys 19767 entry - basics ready mode
- sys 16795 print power up message
- sys 16387 basics' warm reset
- sys 16384 basics' cold reset
- poke808,50 disable save
- poke808,28 enable save
- poke808,112 Disable run/stop
- poke808,110 enable run/stop
- poke808,100 disable run/stop
- poke792,98 disable restore
- poke792,64 enable restore
- poke792,125 disable restore
- poke775,81 enable list
- poke775,139 disable list
- poke774,38:775,139 list line numbers only
- poke774,61:775,255 warm start on list
- poke65341 cold reset
- poke4140,0 moves shift run/stop to help key
- poke2599,1 normal cursor 40 column
- poke2599,0 blink cursor 40 columns
- poke2593,1 waits for keypress
- poke2592,10 enable keyboard
- poke2592,0 disable keyboard
- poke249,128 beep off
- poke249,0 beep normal
- poke248,64 unlink screen lines
- poke248,128 scrolling off
- poke248,0 scrolling normal
- poke24,37 list without line no.
- poke24,27 list with line number
- poke208,0 clear keyboard input buffer before input
- esc z clears all tab stops
- esc y sets default tab stops
- esc x switches 40 to 80 column and 80 to 40 column
- esc w scrolls screen down one line
- esc v scrolls up one line
- esc u sets underline cursor
- esc t sets top left corner of window
- esc s sets block cursor (80 column)
- esc r reverses 80 column screen
- esc q erases to end of logical line
- esc p erases to start of logical lines
- esc o cancels quote mode (esc-esc also)
- esc n sets normal 80 column screen
- esc m disables screen scrolling
- esc l enables screen scrolling
- esc k moves cursor to end of logical line
- esc j moves cursor to start of logical line
- esc i inserts a blank screen line
- esc h disables bell tone for chr$(7)
- esc g enables bell tone for chr$(7)
- esc f sets blinking cursor mode
- esc e sets nonblinking cursor mode
- esc d deletes an entire ligical line
- esc c cancels auto insert mode
- esc b sets bottom right corner of window
- esc a enters auto insert mode
- esc @ clears to end of screen
-
-
-