home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / progutils / assem / help < prev   
Encoding:
Text File  |  1992-02-08  |  1.7 KB  |  59 lines

  1. Help File for the Electric Ghost Assembler V 0.01:
  2.  
  3. CR- repeat last instruction
  4. ? - number transformation / after assembling you may also use labels
  5.     ? text -> prints value of label text
  6.     ? 99*33-&AB+%10001110/(56-%1101)
  7.     ? 33
  8.     ? %111011
  9.     ? &ABCD
  10. A - ASCII dump,          
  11.     ex. A 0 8000 or A 1B0 ...
  12. D - disassembler,        
  13.     ex. D 50 9000 or D 8C ...
  14. H - hunt, search instruction
  15.     ex. H 0 8000 ADDEQ R0,R0,R0
  16.         H 9000 A0000 SUBS R?,R?,#1
  17.         H A0 D00 ADD R*,R* (this isn't impl.in this version)
  18. J - start code
  19.     ex. J
  20.         J &1DEF0
  21. L - load source
  22.     ex. L myprog
  23. M - memory dump
  24.     ex. M 0 8000 or M BC4 ...
  25. R - assembler
  26.     ex. R
  27.     this version understands only asscomms in big letters
  28.     (please tell me your opinion about this)
  29.     this version is nearly like the basic assembler.
  30.     the following things are different :
  31.     your source as text and not as basic file. each line finished with CR !
  32.     following datacommands are allowed :
  33.     DCD 0,0,&67000,5
  34.     DCW 5,16
  35.     DCS "Hi there !!!",13,10,"what are you thinking about this",0
  36.     DCS 'you may use "quotation marks" in your text',0
  37.     DCS "you may use 'apostrophes' in your text",0
  38.     of course you can also use EQUB, EQUW, EQUD, EQUS
  39. S - save assembled code
  40.     ex. S mycode
  41. X - exit from this power production
  42. * - normal star command
  43.  
  44. the addresses given bye the errorhandler are not useable in this version !
  45.  
  46. of course I'll always upload the newest version of this assembler.
  47. features I'll program :
  48. - 2-/3-/4-byte ADR-instruction
  49. - DIV instruction
  50. - FPU instructions
  51. - makros
  52. - a lot more commandmode comms
  53. - your suggestions
  54.  
  55. if you've suggestions write to the world of cryton to the Electric Ghost
  56. (user 142).
  57.  
  58. enter assembler with 'ass'.
  59.