#ProofOfConcept #WorkInProgress #uxn #varvara #uxncli #CLI #amiga #AmigaOS #m68k #MC68000
`uxncli` ported to AmigaOS (cross-compiled with #VBCC, only things needed changing were POSIX `dirent.h` + `unistd.h` -> AmigaOS `dos.library` calls in the file device). Should be compatible with WB1.3, but I only tested on WB2.04 in FS-UAE so far.
Not fully working yet - `uxncli.68000 hexes.rom < hexes.tal` prints out data, Ctrl-C when done to exit (with exit code 20 indicating failure to the shell), but `uxncli.68000 asma.rom hexes.tal hexes2.rom` returns success (return code 0 printed in AmigaShell), but there is no output `hexes2.rom` file anywhere. Same output text as on Linux, just no output file appears...
```
Loaded asma.rom
0x003e lines of source code.
0x00be bytes of heap used, 0xd22b bytes free.
```
#VBCC #MC68000 #m68k #amigaos #amiga #cli #uxncli #varvara #uxn #workinprogress #proofofconcept