*** empty log message ***
This commit is contained in:
parent
eea5656df7
commit
1c19000977
15
mach/6500/as/READ_ME
Normal file
15
mach/6500/as/READ_ME
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
De .h en .l extensions van expressies zijn hard nodig.
|
||||||
|
Ze zorgen er echter ook voor dat er geen relocatable code geproduceerd
|
||||||
|
kan worden. Beschouw het volgende voorbeeld:
|
||||||
|
|
||||||
|
(file 1)
|
||||||
|
.sect .text ! 1
|
||||||
|
lda #[endbss].l ! 2
|
||||||
|
ldx #[endbss].h ! 3
|
||||||
|
|
||||||
|
(file 2)
|
||||||
|
.sect .bss ! 4
|
||||||
|
endbss: ! 5
|
||||||
|
|
||||||
|
Wat voor relocation struct moet er nu voor de instructie in regel 3
|
||||||
|
worden geproduceerd?
|
Loading…
Reference in a new issue