MASM32 Downloads
To repeat these tutorials in masm32.com, I'm missing two things: poor knowledge of Englishinability to build tables in msm32.com
Although the tags are based on the html <table>, <tr> and <td> tags there is no further formatting possible.
[Here was an unsuccessful attempt to build a table in BB-code. Deleted]Hi Greenhorn!Without highlighting cell borders and without the ability to merge cells vertically and horizontally, these tables are looking the worst
Kole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.
Kole flute on north wind brings a crisp pack and a small pint.
Greenhorn,I can't translate your motto QuoteKole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.Is it correctly? QuoteKole flute on north wind brings a crisp pack and a small pint.can't understand the meaning This is a quote? Or this is a meaningless set of words?
32-bitCOPYDATASTRUCT 12 0Ch bytesdwData +0h 4hcbData +4h 4hlpData +8h 4h64-bitCOPYDATASTRUCT 24 18h bytesdwData +0h 8hcbData +8h 4hlpData +10h 8h
COPYDATASTRUCT struct dwData dq ? cbData dd ?,? ;<--- lpData dq ? COPYDATASTRUCT ends
Hi, Timo!The struct is wrong, it's right like thisCode: [Select]COPYDATASTRUCT struct dwData dq ? cbData dd ?,? ;<--- lpData dq ? COPYDATASTRUCT ends