Search found 13 matches

by Gliou
Mon Jun 12, 2023 5:27 pm
Forum: 6502 assembly coding
Topic: Syntax in MONASM
Replies: 5
Views: 6207

Re: Syntax in MONASM

Hi,

Someone can explain me what does mean the result of @A ?

@A
++
? 1 0400
by Gliou
Fri Feb 17, 2023 10:35 pm
Forum: 6502 assembly coding
Topic: Syntax in MONASM
Replies: 5
Views: 6207

Re: Syntax in MONASM

30 "CPX #FMES-MES. works fine
by Gliou
Fri Feb 17, 2023 10:11 pm
Forum: 6502 assembly coding
Topic: Syntax in MONASM
Replies: 5
Views: 6207

Syntax in MONASM

10 "ORG $1000
20 "BCL: INX
30 "CPX FMES-MES
40 "BNE BCL
50 "RTS
100 "MES: ASC HELLO
110 "FMES:

The problem il in 30 is compare X with value in address $05 and no the number #$05.
I do 30 "CPX #FMES-#MES or 30 "CPX #(FMES - MES) and no work
by Gliou
Tue Feb 14, 2023 6:32 pm
Forum: Technical questions
Topic: Printer for Oric
Replies: 3
Views: 1140

Re: Printer for Oric

Yes, you can find some cables with a IDC connector on one side, and a Centronics on the other, worked well with quite many dot matrix printers (OKI DATA comes to mind), but not all the pins are supported, so some printers may not work. Thx Dbug, Is this cable exists or u have one to sell or I need ...
by Gliou
Mon Feb 13, 2023 6:06 pm
Forum: Technical questions
Topic: Printer for Oric
Replies: 3
Views: 1140

Printer for Oric

Can we connect other printer that MCP 40 on our Oric ?

If es; what and how ?
by Gliou
Thu Dec 29, 2022 5:11 pm
Forum: General Discussion
Topic: Next Cumulus batch
Replies: 113
Views: 262137

Re: Next Cumulus batch

Bonjour,

Y aurait il moyen de se procurer un Cumulus ?

Merci d'avance.
by Gliou
Mon Nov 22, 2021 9:22 pm
Forum: Technical questions
Topic: Oric HFE file
Replies: 62
Views: 24745

Re: Oric HFE file

HI,
I use Oricutron on Monterey. (before BigSur)
only problem, Oricutron don't read the oricutron.cfg file.
by Gliou
Sun Nov 14, 2021 9:50 pm
Forum: General Discussion
Topic: Next Cumulus batch
Replies: 113
Views: 262137

Re: Next Cumulus batch

Hi,
It is possible buy 1 or 2 units ?
by Gliou
Fri Sep 24, 2021 6:37 pm
Forum: Games
Topic: Stormlord feedback and review thread
Replies: 27
Views: 91375

Re: Stormlord feedback and review thread

Hi I v just prepare my Oic and .... The link don t work. :( There seem to be an issue with the links on https://defence-force.org/index.php?page=games&game=stormlord but you can get the three versions from the folder directly: - 50hz version - https://defence-force.org/files/stormlord.zip - 60h...
by Gliou
Thu Sep 23, 2021 6:35 pm
Forum: Games
Topic: Stormlord feedback and review thread
Replies: 27
Views: 91375

Re: Stormlord feedback and review thread

Hi
I v just prepare my Oic and ....
The link don t work.
:(
by Gliou
Mon Sep 13, 2021 4:33 pm
Forum: Emulators
Topic: Oricutron 1.0 (EDIT: Now 1.2)
Replies: 214
Views: 223721

Re: Oricutron 1.0 (EDIT: Now 1.2)

Hi, on my Mac mini M1, Oricutron.app don't apply oricutron.cfg. If I wan work with ROM 1.22fr I need change this name in folder Contents->Ressources->roms in basic11b.rom. On monitor I can't save file. fw <star> <end> <file> Unable to open '<file>' same all other, some keys in keyboard don't work li...
by Gliou
Wed Mar 10, 2021 3:49 pm
Forum: Technical questions
Topic: Atmos ROM
Replies: 33
Views: 40396

Re: Atmos ROM

Thx all for ur responser

I m a NOOB , sorry
by Gliou
Tue Mar 09, 2021 10:04 pm
Forum: Technical questions
Topic: Atmos ROM
Replies: 33
Views: 40396

Re: Atmos ROM

Hello, Can u explain me how to burn chip. I have TL866II+, i have Mac and I use MiniPro command line in the terminal. Someone use it? When I trie to erase CHIP M27128A I can't "The chip can't be erased !" with minipro -p "M27128A@DIP28" -E When I trie to write minipro -p "M2...