![]() |
bug on --org command line argv, missing hex address support - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: bug on --org command line argv, missing hex address support (/showthread.php?tid=853) |
bug on --org command line argv, missing hex address support - nitrofurano - 2018-09-29 Since always i used hex values on --org command line argument (zxb.py), it always worked until few months ago - like: zxb.py code.bas --org=0xC000 Now, since it stopped working, i had to fix all the code i had to something like: zxb.py code.bas --org=$((0xC000)) (i only tested it on Ubuntu GNU/Linux - i have no idea how fine it works on other operating systems and distributions) i have no idea what caused that... perhaps some code cleanup on ZX-Basic Compiler? or something else? Re: bug on --org command line argv, missing hex address supp - boriel - 2018-10-01 Theoretically, this has never been supported. I'll add it anyway. Re: bug on --org command line argv, missing hex address supp - boriel - 2018-11-15 Okay, it's been added to version 1.8.9 (not yet released). In the mean time, you can download a preview from here: http://boriel.com/files/zxb/zxbasic-zxbasic-1.8.9-beta4-win32.zip http://boriel.com/files/zxb/zxbasic-zxbasic-1.8.9-beta4.tar.gz http://boriel.com/files/zxb/zxbasic-zxbasic-1.8.9-beta4.zip |