Author |
Message
Pages: 1
|
||||
0CodErr Ziron Guru (send private message) Posts: 199 Topics: 37 Location: | [1465] Wrong size used - posted: 2015-01-15 10:39:18 Used dword but must be byte. Code:
| ||||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1468] - posted: 2015-01-15 11:13:06 with no size prefix, the assembler assumes a pointer type and will convert the right operator, in this case: Code:
I will however look at changing this to check against the right operand. EDIT: I have updated the assembler and this is solved for next release. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. | ||||
0CodErr Ziron Guru (send private message) Posts: 199 Topics: 37 Location: | [1721] - posted: 2015-02-17 14:05:43 I think it a bit relevant to this topic: Code:
Result: Code:
Also in 16 bit mode we get wrong opcodes: Code:
| ||||
0CodErr Ziron Guru (send private message) Posts: 199 Topics: 37 Location: | [1722] - posted: 2015-02-18 10:47:06
Code:
But anyway | ||||
0CodErr Ziron Guru (send private message) Posts: 199 Topics: 37 Location: | [1724] - posted: 2015-02-18 11:38:54 Also strange warnings: Code:
| ||||
0CodErr Ziron Guru (send private message) Posts: 199 Topics: 37 Location: | [1725] - posted: 2015-02-18 12:11:27 Also there is value was truncated to 32-bit without any warnings: Code:
Result: Code:
| ||||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1866] - posted: 2016-12-13 00:33:11
This is warning you that 2 dwords are being pushed to the stack. (because: 32-bit mode)
Fixed for next release. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Currently Active Users: There are currently 10 user(s) online. 0 member(s) and 10 guest(s) Most users ever online was 1046, January 28, 2022, 2:08 pm. Statistics: Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51 Welcome to our newest member, yecate |