Up to about 3months ago, I used only notepad for Deving DexOS and found it fine other than file size restrictions.hckr83 wrote:Well let's see... no syntax highlighting, no line numbers to help with compiler errors, no tabbing, you have to browse through everything to open another file, there no built in debugging, there's no nifty "build" button so you have to open up another window type in "make" or "build.bat" and then wait for it to compile and see if there are any errors, umm when opening big files it will often act very slow, ummm... and can't handle unix files...so their why not to use notepadwhy use OSS that need bug fixes when you have notepad (stable since win95)
Q syntax highlighting.
A never bothered me, if a editor has it or not.
Q no line numbers
A has bubach said, also note, with fasm it prints the error line out as well as the line number .
Q no tabbing, you have to browse through everything to open another file.
A never bothered me.
Q there no built in debugging.
A the greatest debugger is between your ear's and this is the next best debugger
Code: Select all
mov byte [es:0xB809E], "1"
;some code here
mov byte [es:0xB809E], "2"
;some code here
mov byte [es:0xB809E], "3"
;some code here
mov byte [es:0xB809E], "4"
Q there's no nifty "build" button so you have to open up another window type in "make" or "build.bat" and then wait for it to compile and see if there are any errors.
A this is right, but whats this "wait" ?, oh i forgot some of you are not using FASM.
Q can't handle unix files...so their why not to use notepad
A now this is a problem, those linux boys/girls need to fix this