From 9fcd91ebe96f07edc9f09c54fdcb3d6a2eb390ee Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Wed, 29 May 2019 16:32:44 -0400 Subject: [PATCH] sim65 header comment fix --- libsrc/sim6502/exehdr.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsrc/sim6502/exehdr.s b/libsrc/sim6502/exehdr.s index 875562216..297caa85f 100644 --- a/libsrc/sim6502/exehdr.s +++ b/libsrc/sim6502/exehdr.s @@ -1,8 +1,7 @@ ; ; Oliver Schmidt, 2013-05-16 ; -; This module supplies a 2 byte header identifying the simulator type, -; and parameter stack pointer sp. +; This module supplies a header used by sim65. ; .export __EXEHDR__ : absolute = 1 ; Linker referenced