pcbasic
pcbasic copied to clipboard
PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
PC-BASIC can change the 8-bit font in CGA mode, but the way this works is different from GW-BASIC. Consider the code from PC-Magazine's _PEEKs and POKES_ articles (12 Nov 1985...
## Third character of `Ok ` prompt should not always be `chr$(255)` **Problem** PC_BASIC's prompt is always `"Ok"+chr$(255)`. In GW-BASIC, this is the case in `SCREEN 0`, `7` and `9`;...
Problem I created the following program that uses the POKE instruction but when I run it it does not change the contents of the memory location being referenced. 1 REM...
I understand that this is likely a feature that only I want, so will not be offended if the answer is no :) I would find it useful if pcbasic...
## Bug report See: https://www.youtube.com/watch?v=9J9DtrcoDXc **Problem** **Steps** 1. run below program 2. expect graphics updates to happen in real-time 3. they do not 4. add A$=INKEY$ inside the loop, and...
## Bug report **Problem** MOD operator returns wrong results with negative argument. **Steps** 1. Run PC-BASIC 2. Enter the following and press `Enter` `for i=-5 to 3: ? i mod...
## Bug report ### Problem According to [the documentation](http://robhagemans.github.io/pcbasic/doc/2.0/#AUTO), `AUTO .` should provide automatic line numbering starting from the last program line stored. However, attempting to use it causes the...
Auto dot
Fixing issue #230
I just downloaded and started using the program a few days ago ... and it's absolutely fantastic. The associated documentation is also excellent, but I have one issue that I've...
I don't think this is a bug report. Pcbasic crashed and generated a log and I couldn't remember where to send it! I've been using pcbasic for a couple of...