First many thanks for create this and last response about checksum.
This is mcu51 ide created lst file
{untitled PAGE 1
1 org 00h
0000 7467 2 mov a,#67h
0002 0105 3 ajmp go
0004 04 4 inc a
0005 04 5 go: inc a
6
7
8 end}
{untitled PAGE 1
1 org 00h
0000 7467 2 mov a,#67h
0002 1105 3 acall go
0004 04 4 inc a
0005 04 5 go: inc a
6
7
8 end}
but your Rift created this file
{1 0000 7467 mov a,#67h
2 0002 010101 ajmp go
3 0004 04 INC a
4 0005 04 go: INC a
}
{1 0000 7467 mov a,#67h
2 0002 111101 acall go
3 0004 04 INC a
4 0005 04 go: INC a
}
what about jump and call instructions code,
which is currect i'am confused pls help me
First many thanks for create this and last response about checksum.
This is mcu51 ide created lst file
{untitled PAGE 1
1 org 00h
0000 7467 2 mov a,#67h
0002 0105 3 ajmp go
0004 04 4 inc a
0005 04 5 go: inc a
6
7
8 end}
{untitled PAGE 1
1 org 00h
0000 7467 2 mov a,#67h
0002 1105 3 acall go
0004 04 4 inc a
0005 04 5 go: inc a
6
7
8 end}
but your Rift created this file
{1 0000 7467 mov a,#67h
2 0002 010101 ajmp go
3 0004 04 INC a
4 0005 04 go: INC a
}
{1 0000 7467 mov a,#67h
2 0002 111101 acall go
3 0004 04 INC a
4 0005 04 go: INC a
}
what about jump and call instructions code,
which is currect i'am confused pls help me