Difference between revisions of "User:Nickysn"

From Lazarus wiki
Jump to navigationJump to search
 
Line 2: Line 2:
  
 
* i8086 (16-bit x86) support. Because 32/64-bit is boring! :)
 
* i8086 (16-bit x86) support. Because 32/64-bit is boring! :)
 +
** 16-bit real mode DOS support. Main article: [[DOS]]
 +
** 16-bit Windows support. Main article: [[Win16]]
 +
*** This even made into a headline in [https://www.theregister.com/2020/06/22/free_pascal_3_2/ The Register]! :)
 
* Z80 support. Did I say 32/64-bit is boring? :)
 
* Z80 support. Did I say 32/64-bit is boring? :)
 
* WebAssembly support.
 
* WebAssembly support.

Latest revision as of 16:29, 5 March 2024

My contributions to Free Pascal include:

  • i8086 (16-bit x86) support. Because 32/64-bit is boring! :)
    • 16-bit real mode DOS support. Main article: DOS
    • 16-bit Windows support. Main article: Win16
  • Z80 support. Did I say 32/64-bit is boring? :)
  • WebAssembly support.
  • The ptc and ptcgraph units.
  • GDB/MI debug support in the text mode IDE.
  • Unicode support for Free Vision.