Search found 531 matches
- Sun Jan 17, 2021 9:20 am
- Forum: Other BASIC
- Topic: Use a second assembler routine
- Replies: 3
- Views: 108
Re: Use a second assembler routine
Thanks Lonny Would it go like this? ; call Test( L adr_buffer_pic, L adr_screen, L adr_buffer_raster) .......................................... movem.l d0-d7/a0-a6,-(sp) movem.l 64(sp),a0-a2 depact_image: ; ... ; ... Init_raster: jsr(a2) ; ... ; ... RTS movem.l (sp)+,d0-d7/a0-a6 RTS end ..............
- Sun Jan 17, 2021 1:38 am
- Forum: Other BASIC
- Topic: Use a second assembler routine
- Replies: 3
- Views: 108
Use a second assembler routine
In basic Omikron, is it possible, when using an assembly routine, to use a second one? CALL First_routine (L buffer1, L buffer2, L address Second_Routine) First_routine movem.l d0-d7 \ a0-a6, - (sp) movem.l 64 (sp), a0-a2 ; perform operations in buffers a0 and a1 : ... ; .. Then use the Second_Routi...
- Mon Jan 04, 2021 10:28 pm
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
Thank you Playmobil And it still works with 512 KB of Ram without ACC In fact, there is still a bug in the display (not too annoying) of the file information bar at the top of the screen with the rasters. This being very rare and can be annoying, (only in medium resolution it seems to me), I will se...
- Mon Jan 04, 2021 1:17 am
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
New : https://www.atari-forum.com/viewtopic.php?f=72&t=28191 Correction of the display of the raster files ".HBL" and ".FUL" of Canvas.prg v1 Added: backup of ".RST" files to convert Canvas raster to NeochromeMaster Added: on / off the palette block by a mouse click on the right edge of the screen. ...
Re: Movem.l
:cheers: Courage rockyone ! Merçi :cheers: well, that doesn't solve the problem that I have to decode the compression of palettes with a few images .... Canvas.prg does not necessarily save all palettes in their original state, but according to the color usage criteria 1 and 0 of its interface .......
Re: Movem.l
Thank you all for your help
this is a routine to unzip raster and raster image files from canvas.prg
Ha yes, "rezol" will never be greater than 1
If it's about a word, maybe there's some fornicating reason that knows ...


this is a routine to unzip raster and raster image files from canvas.prg
Ha yes, "rezol" will never be greater than 1
If it's about a word, maybe there's some fornicating reason that knows ...



Re: Movem.l
... 5. As it says in the code - it is copying the palette a number of times . So read the first block , copy it to the second to the end of it . Yes I guess you could use a movem.l d2-d7/a4-a5,(a1)+ and not need the adda.w #32,a1 ... movem.l d2-d7/a4-a5,(a1)+ is not an instruction available with ve...
Re: Movem.l
Bet you've got an interrupt that's touching d1 without backing up registers, bawking your loop. By using move.l instead, you're slowing your code down and missing this happening at a sensitive point. Steem debug is your friend! yes, I came to the same conclusion, So if I am not the one causing the ...
Re: Movem.l
it's quite possible, but surprisingly because it's the only routine that gives me such a bug despite not calling interrupts when using it ... The issue is not calling IRQ handlers in your own code but unknowingly being interrupted by IRQs and their handlers and then left with dirty registers. I agr...
Re: Movem.l
it's quite possible, but surprisingly because it's the only routine that gives me such a bug despite not calling interrupts when using it ...
Debugging Steem, I've never used it, where can I find it?
Debugging Steem, I've never used it, where can I find it?
Movem.l
strange, if I remove the framed instruction, it doesn't work correctly If I replace Movem.l d2-d7 / a4_a5 with move.l, I can then delete the framed instruction, why ??? ; a0 Points on the first palett index in the list ; a3 Points on the last palett in the list ; ; a1 Buffer pal display of MI-3 star...
- Sun Nov 29, 2020 11:35 am
- Forum: MJJ-Prod [FR]
- Topic: Nours was here
- Replies: 9
- Views: 18587
Re: Nours was here
hello neighbors
- Sun Nov 29, 2020 11:11 am
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
Hi all
I am looking for images created with Canvas.prg
"Images.CPT" + "File.HBL" and "Images.FUL" to finish my display routine which does not work properly with this image.

I am looking for images created with Canvas.prg
"Images.CPT" + "File.HBL" and "Images.FUL" to finish my display routine which does not work properly with this image.
- Sat Nov 07, 2020 12:27 am
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
- Sat Oct 31, 2020 6:50 pm
- Forum: Professionals
- Topic: Searching for Positive Image 2
- Replies: 10
- Views: 6316
Re: Searching for Positive Image 2
Positive image 1.11 in the folder : http://www.mirari.fr/file/browse?f=692&u=506
- Fri Oct 30, 2020 9:49 am
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
- Thu Oct 29, 2020 7:33 pm
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
I can't get MI-3 to work together with Nvdi 5.03. It works great without Nvdi, but with Nvdi it starts up and shows the help screen then freezes with no mouse pointer and no keyboard response, I have to reset the computer to get out of the program. This happens on both TOS 1.62 and TOS 2.06. Is thi...
- Wed Oct 28, 2020 11:37 pm
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
sorry
Fixed a menu color bug.
Added support for raster files.iff compressed.
tThere are some on both floppy images.
Fixed a menu color bug.
Added support for raster files.iff compressed.
tThere are some on both floppy images.
- Fri Oct 23, 2020 1:21 pm
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
New Version 10.2020 https://www.atari-forum.com/viewtopic.php?f=72&t=28191 Loading Neochrome Master .IFF raster images (No saving!) Added keys : "Shift + space bar", for the MI3 menu; On/Off and Up/Down. "Enter" in the slideshow to simulate the minus ("-") key for keyboards without a numeric keypad....
- Fri Oct 23, 2020 12:56 pm
- Forum: Galleries
- Topic: Some converted NEOchrome Master "raster" images
- Replies: 35
- Views: 53140
Re: Some converted NEOchrome Master "raster" images
Hello
I added the loading of these raster images in MI-3
this allows us to watch them in the slideshow

I added the loading of these raster images in MI-3
this allows us to watch them in the slideshow
- Wed May 13, 2020 8:28 am
- Forum: Other BASIC
- Topic: [WANTED] Omikron Basic + Compiler
- Replies: 24
- Views: 26820
Re: [WANTED] Omikron Basic + Compiler
Version 3.3 et 3.6 un this folder
http://www.mirari.fr/file/browse?f=578&u=506
http://www.mirari.fr/file/browse?f=578&u=506
- Thu Mar 19, 2020 11:24 am
- Forum: Other BASIC
- Topic: Master-Mind en basic omykron 3.01
- Replies: 10
- Views: 10865
Re: Master-Mind en basic omykron 3.01
play MasterMInd on an android phone
- Wed Mar 18, 2020 2:33 am
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
MI-3 / Hataroid TOS 1.62, 1 mb of memory
- Tue Mar 17, 2020 5:09 pm
- Forum: Other BASIC
- Topic: MI-3: Image format converter and slideshow
- Replies: 168
- Views: 114970
Re: MI-3: Image format converter and slideshow
04_10-2019 MI-3.PRG : http://www.mirari.fr/GuGa Floppy disk 1440 Ko : http://www.mirari.fr/Uar6 Floppy disk 720 Ko : http://www.mirari.fr/iaAj All files : http://www.mirari.fr/uAWC DPF File in french : http://www.mirari.fr/5cGa Tested on Steem v3.02 and Hatati 2.00 with the TOS FR 1.02, 1.04, 1.06,...
- Wed Oct 09, 2019 8:34 pm
- Forum: Website Discussions
- Topic: Editing a message
- Replies: 93
- Views: 30172
Re: Editing a message
Personally, I have always considered this forum dedicated to Atari as the most alive of all. Through its community, the topics covered and by this unique possibility that we can change our messages, our Internet links, our data ... It was before, before your decision which sanctions a whole communit...