-
I'm following the "first steps" tutorial and I ran into one very small and easily solvable snag:
```
loelappie:~/.../M2M/QNICE/tools$ ./make-toolchain.sh
...
cc -I. -Icpus/qnice -Isyntax/std -w …
-
There are several issues/feature request open that are difficult to implement in the current implementation of z80asm, due to the single-pass nature of the assembler. Changes to the assembler impact t…
-
Gentlemen, we might want to find a videochat (GoToMeeting) time slot in late September or early October to have a rough idea about what will be part of 1.7, since I have the gut feeling that the list …
-
I've been playing around with the 68K co-pro which is commented out by default. The CiscOS ROM determines the amount of installed memory as follows:
```
checkramsize:
MOVE.L A0, -(SP) …
-
Simply just create two test.asm files, one in the root and one in a subfolder. Breakpoints in the root file will work, breakpoints in the file in the subfolder will not
-utils
- utility.asm
-
Hello, sorry to bother you!
I have a test case:
```
a = sint.Array(3)
b = sint.Array(3)
for i in range(3):
a[i] = i + 3
b[i] = i + 2
f = sint(2)
g = sint(3)
c = a * b
h = f * g
…
-
Thanks a lot for the macOS support! There seems to be some kind of file permission problem with the extension.
I get this (VS Code Version: 1.74.0, macOS 13.0.1 (22A400), Apple Silicon) when compilin…
-
### HHVM Version
HipHop VM 3.18.0-dev (rel)
Compiler: heads/master-0-g3fb5e0b2512234155bb07fd7bfa18b4047c42deb
Repo schema: 3ddd9660d9a7ad9cd9acd0503620d1eb9269e95a
### Standalone code, or other…
-
I'm using Windows 10, with Powershell (with `base` conda environment automatically activated).
Tried to download the biggest file (`Estabelecimentos0.zip`). Had the following error:
```
(base)…
-
Hi. I'm using VSCode on Linux. I'm *assuming* it is suppose to be plug-and-play. I did nothing other than install the extension from the VSCode Marketplace, point the config at my Kickstart ROM, init …