??? 11/28/09 16:32 Read: times |
#171278 - I need help locating an old assembler... |
I have an old source file that needs editing/assembling from back in '97. The target was 89s8252.
The sourse cose has statments like this:- VersionNo EQU 137 $INCLUDE(C:PROGRA~1ASM51INC89S8252.INC) InternalEeprom EQU 1 NovaScl equ P3.6 and code syntax:- PlayAudioAnyway: MOV DPTR,#02000H MOV AudioTrack,A ACALL GetDPTR CLR A MOVC A,@A+DPTR ;Fetch @DPTR+0 MOV SampleType,A ;Sample type MOV A,#2 MOVC A,@A+DPTR ;Fetch @DPTR+2 MOV SampleCtrMSB,A ;MSB of sample counter Can anyone identify the assembler that was used? Long shot , I know, but the clue is C:PROGRA~1ASM51INC89S8252.INC TIA. |
Topic | Author | Date |
I need help locating an old assembler... | 01/01/70 00:00 | |
Try anything | 01/01/70 00:00 | |
SXA51 | 01/01/70 00:00 | |
Agree with Steve | 01/01/70 00:00 | |
Maybe | 01/01/70 00:00 | |
The Beauty of Assembler Language | 01/01/70 00:00 | |
May have different mnemonics and operator orders | 01/01/70 00:00 | |
Indeed | 01/01/70 00:00 | |
A change of syntax... | 01/01/70 00:00 | |
non-intel-ish assembler... | 01/01/70 00:00 | |
RE: An Assembler ... uses a markedly different syntax... | 01/01/70 00:00 | |
Here's the one I like, and it's MACRO assembler | 01/01/70 00:00 | |
Off Subject | 01/01/70 00:00 | |
Completely on subject example why even mnemonics may differ | 01/01/70 00:00 | |
Well yes | 01/01/70 00:00 | |
GNU as and '51![]() | 01/01/70 00:00 |