Forum: Assembly Sep 9th, 2008 |
| Replies: 10 Views: 2,796 Very sensible and it sums it all.
I stay with asm for fun only and because I am lousy in C++ |
Forum: Assembly Aug 17th, 2008 |
| Replies: 1 Views: 2,966 Sorry I saw a little thin missing
and I cannopt find < EDIT >
(being new here)
[HandlesArray: 0 #16]
the place holder for the handles.
An other thing:
I assumed that the Handle for the... |
Forum: Assembly Aug 17th, 2008 |
| Replies: 1 Views: 2,966 First it is in RosAsm style.
Sorry I am addicted to its simplicity of use.
The Proc is called from Dialog initiation
[Counter:D$ 0]
; Call for the first ToolTip
Call SetTTip D$hdlg, ... |
Forum: Assembly Aug 17th, 2008 |
| Replies: 1 Views: 601 Because [var+1] is a pointer to a location
as Var1 is declred as a Byte(a place HOLDER),It has nothing to do with the instruction.
The programmer MUST use the RIGHT instruction
0100h +1h... |
Forum: Assembly Aug 8th, 2008 |
| Replies: 10 Views: 2,796 In my opinion, speed , "special tuning".
Although the portability suffers as ASM is done for one kind of processor only.
gsbr |
Forum: Assembly Aug 8th, 2008 |
| Replies: 2 Views: 6,290 Looks nice , but ..I cannot translate nor test
1/ What is that Irvine 32 ?
2/ What is the assembler ?
I personally use RosAsm,It is very user friendly (when past the querks) (original : It... |