mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Removed duplicate defs
git-svn-id: svn://svn.cc65.org/cc65/trunk@1256 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
04834a5cea
commit
5d567426cb
@ -73,14 +73,6 @@ O65_ALIGN_4 = $0002 ; Align longwords
|
|||||||
O65_ALIGN_256 = $0003 ; Align pages (256 bytes)
|
O65_ALIGN_256 = $0003 ; Align pages (256 bytes)
|
||||||
O65_ALIGN_MASK = $0003 ; Mask to extract alignment
|
O65_ALIGN_MASK = $0003 ; Mask to extract alignment
|
||||||
|
|
||||||
; The o65 segment types
|
|
||||||
O65_SEG_UNDEF = $00
|
|
||||||
O65_SEG_ABS = $01
|
|
||||||
O65_SEG_TEXT = $02
|
|
||||||
O65_SEG_DATA = $03
|
|
||||||
O65_SEG_BSS = $04
|
|
||||||
O65_SEG_ZP = $05
|
|
||||||
|
|
||||||
; Relocation type codes
|
; Relocation type codes
|
||||||
O65_RTYPE_WORD = $80
|
O65_RTYPE_WORD = $80
|
||||||
O65_RTYPE_HIGH = $40
|
O65_RTYPE_HIGH = $40
|
||||||
|
Loading…
Reference in New Issue
Block a user