home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / j.lbr / JUMP.HZP / JUMP.HLP
Encoding:
Text File  |  1991-11-18  |  1.0 KB  |  31 lines

  1. ;
  2.  (CP-Resident)                    JUMP                                        
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               n/a n/a    n/a   n/a        n/a                      n/a   
  6.  
  7.   1- Syntax  2- Examples of Use                                               
  8.  
  9.    JUM╨á caε brancΦ t∩ an∙ locatioε iε memory«á  I⌠ take≤ onl∙á onσá argument¼ ì
  10. whicΦ i≤ thσ targe⌠ address¼ specifieΣ a≤ ß 16-bi⌠ hexadecima∞ numbe≥ (leadinτ ì
  11. zeroe≤ ma∙ bσ omitted).
  12.  
  13.    JUM╨ i≤ usefu∞ fo≥ enterinτ ß PROM- o≥ ROM-baseΣ routine¼ sucΦ a≤ ß monito≥ ì
  14. program.
  15.  
  16.    JUM╨á 10░ i≤ thσ samσ a≤ thσ G╧ commanΣ excep⌠ tha⌠ firs⌠ FC╨ ha≤ '100ºá iε ì
  17. i⌠ a≤ ß filσ name«  Thσ tex⌠ followinτ ß 'JUM╨ 100º instructioε i≤ parseΣ int∩ ì
  18. thσ appropriatσ buffer≤ a≤ i⌠ normall∙ woulΣ be.
  19. :1
  20.  
  21.  
  22.    Syntax:  JUMP address
  23.  
  24. :2
  25.  
  26.  
  27. Examples of Use:  
  28.  
  29.    a. JUMP F800     <-- 'call' the routine at 0F800h
  30.                       - V
  31. J -