There is no in-game compiler anymore. You need to create a notepad file and write the code outside of Gmod.
This goes into the garrysmod/garrysmod/data/cpuchip folder.
Ok this is going to sound like a very stupid question: how do I access the ingame compiler, all I get when I go on the in game cpuchip tool is file name, load and clear.
There is no in-game compiler anymore. You need to create a notepad file and write the code outside of Gmod.
This goes into the garrysmod/garrysmod/data/cpuchip folder.
Um, there is. Click on CPU and it will compile code you loadedMay I ask why there is no in-game compiler any more?[/b]
Sorry, I meant to say why is there no in game editor. would be easier than Alt-Tabbing to notepad
Good tutorial. More please![]()
so, i can use:
mov ds:[4444],5;
and it will write 5 to the address 4444?
Uhhh, no, you should use mov #4444,5; for that (or mov ds:#4444,5; if that works)so, i can use:
mov ds:[4444],5;
and it will write 5 to the address 4444?[/b]
I think I'll stick with expression gate.![]()
I code best at 3 A.M.
i can't see
Chapter 10 -- Making Subroutines
Using subroutines to mimic structured programming approach.
Chapter 11 -- Under construction
Chapter 12 -- A Bit of Theory
Addressing modes and memory modes explained
Bookmarks