Search found 30 matches

by g0blinish
Tue May 01, 2018 12:54 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

yay\o/ it works! I compile provided code with qmac, and text prints!


thank you very much for the help. Ifound some examples about graphics, hope code will work.

thank you again
by g0blinish
Tue May 01, 2018 12:19 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

no, emulation stops.
QL2K emulator.
by g0blinish
Tue May 01, 2018 12:19 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

no, emulation stops.
QL2K emulator.
by g0blinish
Tue May 01, 2018 3:54 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

win2_a_s;3: Bad size or wrong operand(s)

Code: Select all

UT_MTEXT equ $d0

         BRA.S    js
         DC.W     $4AFB
         DC.W     4
         DC.B     ' hlw'

js
         clr.l d0
by g0blinish
Tue May 01, 2018 3:54 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

found one: http://qlforum.co.uk/viewtopic.php?t=1449 program starts, no message ( JMP J_S dc.w 0 DC.W $4AFB DC.W 6 DC.B 'C_PROG' J_S move.l #0,a0 lea mess,a1 * sub.l a0,a0 move.w $d0,a2 jsr (a2) rts mess dc.w 12 M1 dc.b 'Hello World!',10
by g0blinish
Mon Apr 30, 2018 2:42 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

well... I attached assembler(asm20) and editor(QED). Here is text: UT_MTEXT equ $d0 clr.l d0 lea M9,a1 move.l d2,(a1) lea M8,a1 sub.l a0,a0 move.w UT_MTEXT,a2 jsr (a2) rts M8 dc.w M2-M1 M1 dc.b 'QDOS Version - ' M9 ds.l 1 M2 ds.l 1 M2 compilation: 10 EXEC win2_asm20;'win2_a_s win2_hl' how to launch ...
by g0blinish
Wed Jul 01, 2015 5:42 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

Wimdev

same error (((

maybe wrong settings?
by g0blinish
Wed Jul 01, 2015 12:27 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

Still wondering why Adder doesn't work on unregustered version.
Why not to transfer files to MDV?
by g0blinish
Tue Jun 30, 2015 5:52 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

RWAP wrote:Maybe try downloading the zip again?
let check hashsum:
Image

I downloaded many times Adder with sam result. if shareware limitation exists it sucks.

I think about registering and buying one.
by g0blinish
Sun Jun 28, 2015 11:35 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33989

Re: How to start programming with assembly?

hi!
I'm using Qemulator and QLAY2. Seems registering doesn't makes sence: limit to write data, a couple of issues with emulation.