Skip to content

Commit 07ca32f

Browse files
v0.9.8 - Correções e melhorias na biblioteca
1 parent db240e1 commit 07ca32f

File tree

120 files changed

+29405
-2763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+29405
-2763
lines changed

Distro/Atual/hcbasic.dll

5.5 KB
Binary file not shown.

Distro/Atual/hcbasic.pdb

768 Bytes
Binary file not shown.

Distro/Linux64/Plataformas/8086-DOS/System.OS.hcb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ module OS
4040
@realoc ++
4141
@realoc ++
4242
if tipoRealoc == 3 then
43-
ptr = CodeSegment() + soma
4443
desvio = desvio + @ptr
44+
ptr = desvio
4545
@ptr ++
4646
@ptr ++
47-
ptr = desvio
47+
ptr = CodeSegment() + soma
4848
end
4949
if tipoRealoc == 2 then
5050
@ptr = @ptr + desvio
@@ -68,6 +68,7 @@ module OS
6868
asm "cs mov word [_os_tryfatal], errofatal"
6969
' Chama o Main
7070
Try
71+
Colors.Initialize
7172
Program.Main args
7273
Catch DivByZeroError
7374
Console.WriteLine "Erro: Divisão por zero"

Distro/Linux64/Plataformas/8086-KERNEL/System.OS.hcb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ module OS
4040
@realoc ++
4141
@realoc ++
4242
if tipoRealoc == 3 then
43-
ptr = CodeSegment() + soma
4443
desvio = desvio + @ptr
44+
ptr = desvio
4545
@ptr ++
4646
@ptr ++
47-
ptr = desvio
47+
ptr = CodeSegment() + soma
4848
end
4949
if tipoRealoc == 2 then
5050
@ptr = @ptr + desvio
@@ -67,6 +67,7 @@ module OS
6767
asm "mov byte [si+1], 0"
6868
' Chama o Main
6969
Try
70+
Colors.Initialize
7071
Program.Main args
7172
Catch StackOverflowError
7273
Console.WriteLine "Estouro de pilha"
473 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)