Code: |
include 'win32ax.inc'
.code
start:
invoke MessageBoxW,HWND_DESKTOP,"☆",invoke GetCommandLine,MB_OK
invoke ExitProcess,0
.end start
|
|
To use Unicode, some converting macro exist, but only few. For some coding page there require more:
Code: |
瓬 瓭 瓰 瓱 瓲
AD 9C AD 9D AD 9E AD 9F AD A0 AD A1 ; Page 936
(FF FE)EC 74 ED 74 F0 74 F1 74 F2 74 1A E1 ; Unicode
|
|
(One char per two bytes, but for letters one byte enough)
So is there tool to create a converting macro?