You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When designing the emulator, we tried to keep the syntax simple and somewhat similar to assemblers like gas/nasm ; along with that we made some decisions which we thought would be helpful for beginners when coding to avoid accidental errors, and some syntax was changed due to conflicts in the parser. As a result, syntax for this can be different from the syntax of emu8086 in some places, for example, whenever you want to access memory for data, you have to specify if you want to access byte memory or word memory ; this prevents accidentally using incorrect size values or registers.
I'm learning 8086 assembly with "emu8086" for school.
I tried to use this emulator, but the syntax seems quite different from the one I learnt.
Would you know why? Are the two emulators compatible? How can I port a program from one to the other?
The text was updated successfully, but these errors were encountered: