Search found 24 matches

by nitrofurano
Sun Mar 27, 2016 12:19 pm
Forum: Development
Topic: compilable simple examples for Pasmo
Replies: 4
Views: 2648

compilable simple examples for Pasmo

hi! where can we find some compilable simple assembly examples for Pasmo? (from “Hello World” to more “complex” things, progressively)
btw, i’m a GNU/Linux user, and SZ81 is the main emulator i use - and thanks in advance!
by nitrofurano
Sat Jan 10, 2015 10:50 pm
Forum: Development
Topic: first attempt using Boriel’s ZX-Basic Compiler
Replies: 7
Views: 5386

Re: first attempt using Boriel’s ZX-Basic Compiler

would be great if there were some examples compilable via Pasmo or any other cross-assembler that runs fine on gnu/linux - and i'm not that comfortable with ides, i prefer using terminal with text editor combined - i believe that i can adapt Pasmo .asm examples into Boriels, and then starting to hav...
by nitrofurano
Sat Jan 10, 2015 10:43 pm
Forum: Development
Topic: first attempt using Boriel’s ZX-Basic Compiler
Replies: 7
Views: 5386

Re: first attempt using Boriel’s ZX-Basic Compiler

What should someone answer with just a screenshot but no data/source/binary ? What do you want to program exactly ? BASIC, Assembler ? both, as you see from http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs#OTHER_HARDWARE - you can have inlline assembly in the basic code, generate ...
by nitrofurano
Sun Dec 07, 2014 9:33 pm
Forum: Emulators
Topic: SZ81 running from EmulationStation, Esc key doens’t leave
Replies: 1
Views: 3198

SZ81 running from EmulationStation, Esc key doens’t leave

i'm now trying to run SZ81 via EmulationStation (tried on GNU/Linux only, perhaps it's the best choice for RaspberryPi+RetroPie as well?), but when i want to leave the emulation for returning to EmulationStation via Esc key, that doesn’t work - is that some misconfiguration, or is SZ81 really missin...
by nitrofurano
Sun Nov 16, 2014 5:56 pm
Forum: Development
Topic: first attempt using Boriel’s ZX-Basic Compiler
Replies: 7
Views: 5386

first attempt using Boriel’s ZX-Basic Compiler

After trying to extend Boriel’s ZX-Basic Compiler to other z80-based hardware, like game consoles, other home computers, and some arcade machines, finally i tried to start to target ZX81 from it: http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_ZX81 And since i think there are no...
by nitrofurano
Sat May 10, 2014 2:12 pm
Forum: Emulators
Topic: sz81 (gnu/linux) not supporting hires?
Replies: 39
Views: 22671

Re: sz81 (gnu/linux) not supporting hires?

i have no idea how to do this - normally, when i have to compile sources, i follow the instructions in a txt file - i guess it's missing or confusing
by nitrofurano
Sat May 10, 2014 12:59 am
Forum: Development
Topic: using Boriel's ZX-Basic Compiler for creating zx81 stuff
Replies: 5
Views: 3053

Re: using Boriel's ZX-Basic Compiler for creating zx81 stuff

No, I didn't try one WINE. You could load the source here: http://board.flatassembler.net/topic.php?t=15062 and compile the LINUX version in directory SOURCE/LINUX as executable or a .so library in SOURCE/LIBC. This way you need the flatassembler itself. I did do that job for you, see attached file...
by nitrofurano
Sat May 10, 2014 12:54 am
Forum: Emulators
Topic: sz81 (gnu/linux) not supporting hires?
Replies: 39
Views: 22671

Re: sz81 (gnu/linux) not supporting hires?

even more confusing, "./data/" is relative to the directory the terminal is targetting, not relative to sz81 at /usr/bin/ - i guess that there is a bug in the emulator, that should try to find these files at inside /usr/share/sz81/ as well?
by nitrofurano
Sat May 10, 2014 12:46 am
Forum: Emulators
Topic: sz81 (gnu/linux) not supporting hires?
Replies: 39
Views: 22671

Re: sz81 (gnu/linux) not supporting hires?

I haven't tried this, but I think you can set such paths by editing the Makefile? and weird is why the files are being searched in a relative directory to the executable, like "./data/" ("/usr/bin/data/" ?) instead of a usual absolute directory like "/usr/share/sz81/data/" or anything alike - what ...
by nitrofurano
Fri May 09, 2014 9:17 pm
Forum: Emulators
Topic: sz81 (gnu/linux) not supporting hires?
Replies: 39
Views: 22671

Re: sz81 (gnu/linux) not supporting hires?

This version includes some patches for hires: http://rullf2.xs4all.nl/sg/sz81-2.1.8.tar.gz jbracing seems to work (when RAM is set to 16K)! it runs from the compiled directory, but running from what i copied to /usr/bin/, this happens (running from the terminal, i actually run emulators via nautilu...