home *** CD-ROM | disk | FTP | other *** search
- Help File for the Electric Ghost Assembler V 0.01:
-
- CR- repeat last instruction
- ? - number transformation / after assembling you may also use labels
- ? text -> prints value of label text
- ? 99*33-&AB+%10001110/(56-%1101)
- ? 33
- ? %111011
- ? &ABCD
- A - ASCII dump,
- ex. A 0 8000 or A 1B0 ...
- D - disassembler,
- ex. D 50 9000 or D 8C ...
- H - hunt, search instruction
- ex. H 0 8000 ADDEQ R0,R0,R0
- H 9000 A0000 SUBS R?,R?,#1
- H A0 D00 ADD R*,R* (this isn't impl.in this version)
- J - start code
- ex. J
- J &1DEF0
- L - load source
- ex. L myprog
- M - memory dump
- ex. M 0 8000 or M BC4 ...
- R - assembler
- ex. R
- this version understands only asscomms in big letters
- (please tell me your opinion about this)
- this version is nearly like the basic assembler.
- the following things are different :
- your source as text and not as basic file. each line finished with CR !
- following datacommands are allowed :
- DCD 0,0,&67000,5
- DCW 5,16
- DCS "Hi there !!!",13,10,"what are you thinking about this",0
- DCS 'you may use "quotation marks" in your text',0
- DCS "you may use 'apostrophes' in your text",0
- of course you can also use EQUB, EQUW, EQUD, EQUS
- S - save assembled code
- ex. S mycode
- X - exit from this power production
- * - normal star command
-
- the addresses given bye the errorhandler are not useable in this version !
-
- of course I'll always upload the newest version of this assembler.
- features I'll program :
- - 2-/3-/4-byte ADR-instruction
- - DIV instruction
- - FPU instructions
- - makros
- - a lot more commandmode comms
- - your suggestions
-
- if you've suggestions write to the world of cryton to the Electric Ghost
- (user 142).
-
- enter assembler with 'ass'.
-