home *** CD-ROM | disk | FTP | other *** search
/ The Technocratic Times 2 / technocratic-times-2.adf / page9 < prev    next >
Text File  |  1988-12-31  |  2KB  |  63 lines

  1. ri <filename, startadr, lenght> =
  2.    Read image (i.e. raw data)
  3. w  <filename> = Write source(code)
  4. wi <filename, startadr, lenght> =
  5.    Write image (raw data)
  6. wo (filename> =
  7.    write object (save finished code)        
  8. v  <dirspec.> =
  9.    view ('dir', for example 'vdf1:')    
  10. kf <filename> = kill file
  11. ks = kill source    
  12. ---------------------------------------
  13. c <start, dest, lenght> =
  14.   copy data between memory locations
  15. f <start, dest, data> = fill memory 
  16. n <adress> =
  17.    nmemonics (dissasemble memory)
  18. m <adress> = modify memory (modify hex)
  19. q <adress> =
  20.   query memory(view memory hex & ascII)
  21. ---------------------------------------
  22. e <line> = single line edit
  23. i <line> = insert line
  24. l <ascII expressin> = locate expression                                    
  25. t = top of source
  26. b = bottom of source
  27. u <lines> = up # lines
  28. d <lines> = down # lines
  29. z <lines> = zap (delete) # lines
  30. o = old (reclaim previous zapped lines)
  31. ---------------------------------------
  32. a = assemble
  33. j <adress> = jump to adress
  34. h = help
  35.   (info on sourcelenght,codelenght,etc)
  36. s = show registers
  37. --------------------------------------- 
  38. ! = exit Seka
  39. ESC = switch command/edit
  40. ---------------------------------------
  41. THE EDIT WINDOW
  42. ---------------------------------------
  43. CTRL+B = Mark block  
  44. CTRL+C = Cut block
  45. CTRL+P = Paste block
  46. --------------------------------------- 
  47. well, that should be about it  for this
  48. time.  Next  time  I  will  explain the
  49. copper and how you  use it tho build up
  50. a  basic  display.  A  complete working
  51. example  of  a  'frame' around wich you
  52. can  build  your  further exploits will
  53. also  be  included.  If  you  have  any
  54. questions or suggestions concerning the
  55. articles feel free to write or call me:
  56.  
  57.                SKYWIZE:
  58.              OLA SAMBERGS
  59.          FAGERANGSKROKARNA 62
  60.             122 32 ENSKEDE
  61.                 SWEDEN
  62.               +468491085
  63.