• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BASIC compiler/interpreter for PIC32MX/MZ-80K


RSS
Rev. Hora Autor
7895d64 V1.4 2019-06-03 05:04:41 Katsumi

Kenken's change on 6/02/2019: -G0 compiling option for libraries.

1865a06 2019-06-02 17:36:37 Katsumi

Debug for loading correct length of CLIB. Store $gp when interrupt.

45d220e 2019-05-26 12:02:44 Katsumi

Correct showing error of wrong hex file for clib.

7ea4627 2019-05-26 11:52:32 Katsumi

Cause error when loading wrong HEX file for clib.

3beac03 2019-05-26 11:28:20 Katsumi

Debug: Exception when using CLIB in MSRA

1097fa8 2019-05-25 03:49:31 Katsumi

CLIB and MOS for Zoea/Protozoea.

2c26c7e 2019-05-22 08:01:15 Katsumi

Disable FS functions when MOS mode without SD/MMC card.

18fb6ae 2019-05-22 06:03:19 Katsumi

CLIB: Enable using 5th and 6th parameters to call MachiKania functions.

2258ea0 2019-05-20 09:41:52 Katsumi

Avoid calling readinifile() when FS is invalid.

98d48ce 2019-05-20 08:14:14 Katsumi

New MSRA mode.

557fe63 2019-05-18 04:29:36 Katsumi

Create MachiKania Object Section (MOS).

2bc5bef 2019-05-16 08:03:21 Katsumi

Provide video, file-system etc for CLIB.

8f8f740 2019-05-15 04:50:35 Katsumi

CLIB: Call init() at beginning of execution but at compiling.

5c100a6 2019-05-14 06:03:43 Katsumi

Add clib.txt

e78e004 2019-05-14 04:20:46 Katsumi

Add CLIB::METHOD style for calling C library

aa09df1 2019-05-13 12:23:49 Katsumi

Revise comments in clib template.

46cbc3d 2019-05-13 11:55:42 Katsumi

--no-data-init option for xc32-ld. Allow using malloc/free.

2dea48a 2019-05-13 09:17:12 Katsumi

CLIB template.

e677a14 2019-05-13 09:13:02 Katsumi

USECLIB and CLIB statements & functions.

8918ad3 2019-05-08 10:36:06 Katsumi

Begin CLIB implementation.

f81f9d3 2019-05-06 08:03:24 Katsumi

OBJECTSECTION in Zoea

8b9b4fd master MachiKaniaV1.3 2019-05-05 07:01:19 Katsumi

Merge remote-tracking branch 'remotes/origin/timer'

Conflicts:
mips/zoea/compiler.c
mips/zoea/compiler.h
mips/zoea/debug.c
mips/zoea/file.c
mips/zoea/globalvars.c
mips/zoea/statement.c
mips/zoea/varname.c

5cc6255 timer 2019-05-04 15:08:07 Katsumi

MachiKania type M/Z ver 1.3

21afea9 2019-05-04 07:42:36 Katsumi

Revise KEYS interrupt. Reset all interruption flags before running.

84d223a 2019-05-03 09:15:23 Katsumi

Megalopa: revise KEYS interrupt.

410154b 2019-05-03 09:12:31 Katsumi

Merge branch 'timer' of https://pf.osdn.net/gitroot/k/km/kmorimatsu/kmbasic2 into timer

ede891a 2019-05-03 09:12:02 Katsumi

Zoea/Protozoea: Revise KEYS/INKEY interruptions. Add READKEY() function. Revise help.txt

44e5e36 2019-05-03 09:06:10 Katsumi

Zoea/Protozoea: Revise KEYS/INKEY interruptions. Add READKEY() function. Revise help.txt

ecd98af 2019-05-03 07:17:04 Katsumi

Revise KEYS/INKEY interruptions. Add READKEY() function. Debug using comma in PRINT statement. Revise help.txt

2bd0bd0 2019-05-03 05:25:13 Katsumi

MachiKania web _ver0067