[Tutorial] AMX Assembly (#emit) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] AMX Assembly (#emit) (
/showthread.php?tid=591705)
Re: AMX Assembly (#emit) -
Dutheil - 18.07.2017
You didn't finish your sentence here :
Quote:
Originally Posted by Yashas
Data Segment Register (DAT) : This gives base address (actually offset relative to the start of the program) to the start of the data segment from the ? ? ?.
|
Re: AMX Assembly (#emit) -
KushalD - 30.07.2017
Thank You very much. Its very nice tutorial.
Re: AMX Assembly (#emit) -
Yashas - 01.10.2017
Quote:
Originally Posted by Dutheil
You didn't finish your sentence here :
|
Oops! Not sure why I had left it in the first place.
Update:- Fixed typos
- Fixed issues with the instruction table and also added several new instructions to the table
- Added explanation for how switch-case works internally
- Added more information to the "AMX File & Memory Structure" section
- Reorganization of paragraphs and other minor changes
Re: AMX Assembly (#emit) -
Yashas - 03.06.2018
Moved to GitHub:
https://github.com/YashasSamaga/AMX-Assembly-Docs
- written from scratch
- clearer explanation
- significantly fewer typos and errors
- avoids mentioning details which are obvious
- open-source; people can contribute
- updated instruction table and information (implementer guide is wrong about some things which the document addresses)