More VT100 ROM code annotations

This commit is contained in:
Jeff Parsons 2016-08-03 17:55:32 -07:00 • committed by Jeff Parsons
commit 85416f3523
2 changed files with 5 additions and 3 deletions

View file

@ -2,9 +2,11 @@
; DZ80 V3.4.1 8080 Disassembly of archive/VT100.bin ; DZ80 V3.4.1 8080 Disassembly of archive/VT100.bin
; 2016/08/03 14:55 ; 2016/08/03 14:55
; ;
; Code annotations beginning with ";;" borrowed from Adam Mayer (https://github.com/phooky) ; Comments beginning with ";;" borrowed from Adam Mayer (https://github.com/phooky)
; See https://github.com/phooky/VT100-Hax/blob/master/ROMs/haxrom.d80 ; See https://github.com/phooky/VT100-Hax/blob/master/ROMs/haxrom.d80
; More information at http://vt100romhax.tumblr.com/post/90789754818/day-four-rom-checksums ; Additional information at http://vt100romhax.tumblr.com/post/90789754818/day-four-rom-checksums
;
; All other comments/annotations by Jeff Parsons <Jeff@pcjs.org>
; ;
org 0 org 0
; ;

View file

@ -5,7 +5,7 @@
; ;
; Listing produced by NDISASM, 2015-Apr-04 ; Listing produced by NDISASM, 2015-Apr-04
; Additional post-processing performed by the PCjs TextOut module ; Additional post-processing performed by the PCjs TextOut module
; All post-processing, comments, etc., copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org> ; All post-processing, comments, etc., copyright © 2012-2016 Jeff Parsons <Jeff@pcjs.org>
; ;
; This file is part of PCjs, which is part of the JavaScript Machines Project (aka JSMachines) ; This file is part of PCjs, which is part of the JavaScript Machines Project (aka JSMachines)
; at <http://jsmachines.net/> and <http://pcjs.org/>. ; at <http://jsmachines.net/> and <http://pcjs.org/>.