Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
Quoteby NoCforMe: Work with us and you'll get some help.
Quoteby jj: Attached a new version of my simple multilingual editor. Building requires MasmBasic of 7 November 2023
Quote from: jjAttached a little demo project; I'd like to get some feedback on the behaviour of the MRU menu.https://masm32.com/board/index.php?msg=79557
Quote from: jjThe source is 125 lines short. Features:https://masm32.com/board/index.php?msg=125007
- mru (most recently used) files (a feature I definitely miss in QEditor)
Quote from: n1k0s on March 18, 2024, 12:47:37 PMWhat i do know (correct me if im wrong):
* S regs are callee-saved , so we store smth in them when we want that to be preserved across function calls or when that register/variable has a long lifetime.
* T regs are used for short-term operations, and its the caller's responsibility to save to the stack **if** whatever is in there is important.
Quote from: lucho on October 04, 2024, 12:22:23 AMDo you think it'd be a good idea if I try to reach him and offer him SSH access to my board?