From: cuz Date: Tue, 23 Apr 2002 19:51:25 +0000 (+0000) Subject: Removed duplicate defs X-Git-Tag: V2.12.0~2365 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d567426cbadc213f36d1e0445a9efbf83b1062d;p=cc65 Removed duplicate defs git-svn-id: svn://svn.cc65.org/cc65/trunk@1256 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/o65.inc b/asminc/o65.inc index 1cc83b07f..cda942f9d 100644 --- a/asminc/o65.inc +++ b/asminc/o65.inc @@ -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