1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +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:
cuz 2002-04-23 19:51:25 +00:00
parent 04834a5cea
commit 5d567426cb

View File

@ -73,14 +73,6 @@ O65_ALIGN_4 = $0002 ; Align longwords
O65_ALIGN_256 = $0003 ; Align pages (256 bytes)
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
O65_RTYPE_WORD = $80
O65_RTYPE_HIGH = $40