?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.     ; lua can emit more than 64ki of bytes in single "step", overruning the internal
  2.     ; byte list (used to render bytes into listing)
  3.     lua allpass
  4.         for i = 0, 66000, 1 do
  5.             sj.add_byte(0)
  6.         end
  7.     endlua
  8.  
  9.     ; after the buffer is overrun, the "..." is shown in the listing
  10.  
  11.     ; this is not verified by the automated test, test just checks if the sjasmplus
  12.     ; does not crash, but manually the correct listing output was checked.