mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
mc: Removed original version comment, not relevant for assembler
This commit is contained in:
parent
f7613b529c
commit
9941855dc6
@ -26,10 +26,6 @@
|
||||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here. Each charmap header
|
||||
;** may be included many times in a source file.
|
||||
;*/
|
||||
|
||||
;/* ASCII */
|
||||
.charmap $00, $00
|
||||
.charmap $01, $01
|
||||
|
@ -28,8 +28,6 @@
|
||||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file may be intentional. */
|
||||
|
||||
.charmap $00, $00
|
||||
.charmap $01, $01
|
||||
.charmap $02, $02
|
||||
|
@ -28,8 +28,6 @@
|
||||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file may be intentional. */
|
||||
|
||||
.charmap $00, $40
|
||||
.charmap $01, $41
|
||||
.charmap $02, $42
|
||||
|
@ -26,8 +26,6 @@
|
||||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file might be intentional. */
|
||||
|
||||
.charmap $00, $00
|
||||
.charmap $01, $01
|
||||
.charmap $02, $02
|
||||
|
@ -12,8 +12,6 @@
|
||||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
;/* No include guard here! Multiple use in one file may be intentional. */
|
||||
|
||||
; Char $00 -> c + 128
|
||||
.charmap $00, $80
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user