Change line end to 13 in prints

This commit is contained in:
drmortalwombat 2021-09-13 20:09:18 +02:00
parent 97bd5aa988
commit 913f0d4190
3 changed files with 16 additions and 8 deletions

View File

@ -6,6 +6,10 @@ void putchar(char c)
__asm {
ldy #2
lda (fp), y
cmp #10
bne w1
lda #13
w1:
jsr 0xffd2
}
}
@ -33,6 +37,10 @@ void puts(const char * str)
lda (0x02), y
beq done
loop:
cmp #10
bne w1
lda #13
w1:
jsr 0xffd2
inc 0x02
bne next

View File

@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,26,0
PRODUCTVERSION 1,0,26,0
FILEVERSION 1,0,27,0
PRODUCTVERSION 1,0,27,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -43,12 +43,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "oscar64"
VALUE "FileDescription", "oscar64 compiler"
VALUE "FileVersion", "1.0.26.0"
VALUE "FileVersion", "1.0.27.0"
VALUE "InternalName", "oscar64.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "oscar64.exe"
VALUE "ProductName", "oscar64"
VALUE "ProductVersion", "1.0.26.0"
VALUE "ProductVersion", "1.0.27.0"
END
END
BLOCK "VarFileInfo"

View File

@ -504,15 +504,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:oscar64"
"ProductCode" = "8:{4A0B4AAF-D32D-43EC-BA23-231C367E8BDC}"
"PackageCode" = "8:{D2AC90E7-B1B4-48F0-920C-74C28DC03786}"
"ProductCode" = "8:{CD74845D-4D02-4A8D-8842-2FFD4FB25C7A}"
"PackageCode" = "8:{6A5FA045-8AF8-4431-9240-8113D869B895}"
"UpgradeCode" = "8:{9AB61EFF-ACAC-4079-9950-8D96615CD4EF}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.26"
"ProductVersion" = "8:1.0.27"
"Manufacturer" = "8:oscar64"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
@ -1026,7 +1026,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_FB2E467BC172457785F4279BB0BFE8B6"
{
"SourcePath" = "8:..\\Debug\\oscar64.exe"
"SourcePath" = "8:..\\Release\\oscar64.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_C95D3F098F884652A04D707B55B980EE"