Changes resulting from 2nd code review
This commit is contained in:
committed by
Oliver Schmidt
parent
002d1801ec
commit
08705a3fdc
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
; Character specification table.
|
|
||||||
;
|
|
||||||
; uses the "console" definition
|
|
||||||
|
|
||||||
.include "ctype_console.inc"
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
; ctype_console.inc
|
; ctype.s
|
||||||
;
|
;
|
||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
; Character specification table.
|
|
||||||
;
|
|
||||||
; uses the "console" definition
|
|
||||||
|
|
||||||
.include "ctype_console.inc"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
; Character specification table.
|
|
||||||
;
|
|
||||||
; uses the "console" definition
|
|
||||||
|
|
||||||
.include "ctype_console.inc"
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
; This file is part of
|
; This file is part of
|
||||||
; cc65 - a freeware C compiler for 6502 based systems
|
; cc65 - a freeware C compiler for 6502 based systems
|
||||||
;
|
;
|
||||||
; https://github.com/cc65/cc65
|
; https://cc65.github.io
|
||||||
;
|
;
|
||||||
; See "LICENSE" file for legal information.
|
; See "LICENSE" file for legal information.
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
; Character specification table.
|
|
||||||
;
|
|
||||||
; uses the "console" definition
|
|
||||||
|
|
||||||
.include "ctype_console.inc"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
; Character specification table.
|
|
||||||
;
|
|
||||||
; uses the "console" definition
|
|
||||||
|
|
||||||
.include "ctype_console.inc"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
; Character specification table.
|
|
||||||
;
|
|
||||||
; uses the "console" definition
|
|
||||||
|
|
||||||
.include "ctype_console.inc"
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
// This file is part of
|
// This file is part of
|
||||||
// cc65 - a freeware C compiler for 6502 based systems
|
// cc65 - a freeware C compiler for 6502 based systems
|
||||||
//
|
//
|
||||||
// https://github.com/cc65/cc65
|
// https://cc65.github.io
|
||||||
//
|
//
|
||||||
// See "LICENSE" file for legal information.
|
// See "LICENSE" file for legal information.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user