File history
Tracking elkscmd/basic/basic.c
| Commit | Author | Date | Message |
|---|---|---|---|
a4c3bf5e5b571ce423d8d898e73024492b0be57 | Greg Haerr | 2024-09-13 | [kernel] Fix crash when accessing 15+ character filename on FAT |
c05ea15268e902d776bbcf641c623c8bd7da8b3 | Greg Haerr | 2024-05-24 | [cmds] Changes to basic.c for OpenWatcom C compilation |
8825dc8e78c6aeef5755d11292d820a8581808a | tyama501 | 2022-07-03 | [basic] Add PEEK, POKE to basic |
e25c2621cccd216f82986341854b8156695a322 | Greg Haerr | 2022-06-04 | Rename host_breakPressed |
5fe5fc876d6049b5a91796f69b2931f4990dfb3 | Greg Haerr | 2022-06-04 | Fix fgets after break |
702aface9879c6952ceada5790337f749e32e9f | Greg Haerr | 2022-06-04 | Separate file and stdin processing |
1d86fc545bedb476c351a76e4a894c2f20f16ce | Santiago Hormazabal | 2022-06-01 | basic: add HEX$ |
6ba07cdbb4220c70deffe9d3ab240c989530c48 | Santiago Hormazabal | 2022-05-09 | [basic] Add inp() and out() for both word and byte IO access |
bb6a7bdc502cb5a8057a64fe6aca730d1630dd4 | tyama501 | 2022-05-07 | [basic] Add COLOR, DRAW, CIRCLE and int1C handler to basic for PC-98 |
032a031b2e68cd0e337631661a3cc5ec7c8ee71 | tyama501 | 2022-04-29 | Move host_cls() to host-pc98.c and host-stubs.c |
e01380f5425e6b71bfe5eb5f8268ca182ccea48 | Greg Haerr | 2022-04-28 | [kernel/libc] Small source code cleanup |
113cfd59a7284ee092ad7c7a19acb58579a8e07 | tyama501 | 2022-04-28 | Add MODE and PLOT for PC-98 to basic |
240cfaa9a3e4e3da45543080dfca66023fdd3d7 | Greg Haerr | 2022-04-23 | [basic] Speed up interpreter by using strcmp not strcasecmp |
f58c8baac91b72cd4506df29039c2ca0a96bc38 | Greg Haerr | 2022-04-17 | [cmds] Add READ,DATA,RESTORE commands to BASIC |
981d068a2e1a2ace34f20475c7b5b8261595381 | Greg Haerr | 2022-04-09 | [cmds] Correct trig function near zero display errors in BASIC |
670389d5f52f86f4235c73ac0de6a469485fbaf | Greg Haerr | 2022-04-09 | [cmds] Add CHR$, CODE functions and INPUT,PRINT enhancements |
132465ec3bd7cef3ce463a4336c5f3aeee1f5cb | Greg Haerr | 2022-04-08 | [cmds] Add math functions to BASIC, allow host compilation |
3a6ed928ce36efb47f33c3623a8d4531bffdc30 | Greg Haerr | 2022-04-07 | [cmds] BASIC interpreter fixes and enhancements |
0669cdbdc04a41fd1f3954bd86ff43160a970d2 | Santiago Hormazabal | 2022-04-07 | [basic] add load/save/dir support on the filesystem and some IO on 8018x |
bb2a854445d0d60fd9e336be64cc6ed0d388719 | Greg Haerr | 2022-04-06 | [cmds] Add Sinclair BASIC Interpreter |