Skip to content

Commit

Permalink
debugを定義しないとビルドエラーになる不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kg68k committed Mar 17, 2022
1 parent 6a59376 commit 5053d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ u8tosj < input-file > output-file
GNU General Public License version 3 or later

## Author
立花@桑島技研
TcbnErik / 立花@桑島技研
8 changes: 4 additions & 4 deletions src/u8tosj.s
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.title u8tosj - UTF-8 to Shift_JIS converter

# This file is part of u8tosj, UTF-8 to Shift_JIS converter
# Copyright (C) 2021 Tachibana Erik
# Copyright (C) 2021-2022 TcbnErik
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -553,10 +553,12 @@ PrintHexLongword:
.even

Title:
.dc.b 'u8tosj 1.0.0',0
.dc.b 'u8tosj 1.0.1',0

InvalidUtf8Sequence:
.dc.b 'Invalid byte sequence in UTF-8:',0
NewLine:
.dc.b CR,LF,0

SetBlockErrorMsg:
.dc.b 'Setblock error',CR,LF,0
Expand Down Expand Up @@ -589,8 +591,6 @@ FileWriteResultMsg:
.dc.b ': DOS _Write',CR,LF,0
SjisLengthMsg:
.dc.b ': Shift_JIS length',CR,LF,0
NewLine:
.dc.b CR,LF,0

.endif

Expand Down

0 comments on commit 5053d61

Please sign in to comment.