VOGONS

Common searches


Search results

Display options

Re: Can x86 16-bit offsets overflow past 0xFFFF?

So even on the 80286, a limit of 0xFFFF with a BX(0x8000)+SI(0x8000) won't cause a general protection fault? It will if you try to read a word from offset 0xFFFF. not in realmode, no exception will be thrown. also with debug.exe in dosbox, if you read a word like MOV AX,[BX+SI] where BX=8000, SI= …

Re: Looking for a text editor

In DOS I use for basic text editing QEdit (TSE Jr) or programming I use TSE Pro (Qedit big brother). for graphic word processing in dos.. you can use Word Perfect 6.2 in graphic mode. obviously if you go windows you have a plethora of word processing stuff.

Re: FM / Midi Composition & programming help

Ive programmed the FM stuff, easiest for me was looking at the vibrants fm player code from edlib / d00 files. I had my own d00 player for intros and cracktros. https://hornet.org/cgi-bin/scene-search.cgi?search=Vibrants for non fm, I've not dont midi but I did write a mod player for awe32 and a …

Page 33 of 59